Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
//home/puskom/cdc.sql
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64) -- -- Host: localhost Database: cdc -- ------------------------------------------------------ -- Server version 5.7.42-0ubuntu0.18.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2024-02-17 06:49:49','2024-02-17 06:49:49','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=2025 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://cdc.uinfasbengkulu.ac.id','yes'),(2,'home','https://cdc.uinfasbengkulu.ac.id','yes'),(3,'blogname','CDC UINFAS Bengkulu','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cdc@mail.uinfasbengkulu.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','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:96:{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:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:55:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[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:93:\"index.php/[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:93:\"index.php/[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:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([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:67:\"index.php/([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:87:\"index.php/([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:82:\"index.php/([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:75:\"index.php/([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:82:\"index.php/([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:71:\"index.php/([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:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[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:82:\"index.php/[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:82:\"index.php/[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:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([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:61:\"index.php/([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:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([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:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:45:\"colibri-page-builder/colibri-page-builder.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','brite','yes'),(41,'stylesheet','brite','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','55853','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a: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:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','35','yes'),(82,'page_on_front','34','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','283','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','1723704589','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','55853','yes'),(100,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:22:\"colibri_content_editor\";a:2:{s:4:\"name\";s:14:\"Content 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:18:\"edit_theme_options\";b:1;s:9:\"customize\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:60:\"<!-- wp:search {\"showLabel\":false,\"buttonUseIcon\":true} /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:17:\"colibri-sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:6:{i:1718088589;a:6:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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;}}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:1718088600;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:1718088602;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:1718120018;a:1:{s:24:\"akismet_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;}}}i:1718520589;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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'_transient_wp_core_block_css_files','a:496:{i:0;s:60:\"/var/www/html/cdc/wp-includes/blocks/archives/editor-rtl.css\";i:1;s:64:\"/var/www/html/cdc/wp-includes/blocks/archives/editor-rtl.min.css\";i:2;s:56:\"/var/www/html/cdc/wp-includes/blocks/archives/editor.css\";i:3;s:60:\"/var/www/html/cdc/wp-includes/blocks/archives/editor.min.css\";i:4;s:59:\"/var/www/html/cdc/wp-includes/blocks/archives/style-rtl.css\";i:5;s:63:\"/var/www/html/cdc/wp-includes/blocks/archives/style-rtl.min.css\";i:6;s:55:\"/var/www/html/cdc/wp-includes/blocks/archives/style.css\";i:7;s:59:\"/var/www/html/cdc/wp-includes/blocks/archives/style.min.css\";i:8;s:57:\"/var/www/html/cdc/wp-includes/blocks/audio/editor-rtl.css\";i:9;s:61:\"/var/www/html/cdc/wp-includes/blocks/audio/editor-rtl.min.css\";i:10;s:53:\"/var/www/html/cdc/wp-includes/blocks/audio/editor.css\";i:11;s:57:\"/var/www/html/cdc/wp-includes/blocks/audio/editor.min.css\";i:12;s:56:\"/var/www/html/cdc/wp-includes/blocks/audio/style-rtl.css\";i:13;s:60:\"/var/www/html/cdc/wp-includes/blocks/audio/style-rtl.min.css\";i:14;s:52:\"/var/www/html/cdc/wp-includes/blocks/audio/style.css\";i:15;s:56:\"/var/www/html/cdc/wp-includes/blocks/audio/style.min.css\";i:16;s:56:\"/var/www/html/cdc/wp-includes/blocks/audio/theme-rtl.css\";i:17;s:60:\"/var/www/html/cdc/wp-includes/blocks/audio/theme-rtl.min.css\";i:18;s:52:\"/var/www/html/cdc/wp-includes/blocks/audio/theme.css\";i:19;s:56:\"/var/www/html/cdc/wp-includes/blocks/audio/theme.min.css\";i:20;s:58:\"/var/www/html/cdc/wp-includes/blocks/avatar/editor-rtl.css\";i:21;s:62:\"/var/www/html/cdc/wp-includes/blocks/avatar/editor-rtl.min.css\";i:22;s:54:\"/var/www/html/cdc/wp-includes/blocks/avatar/editor.css\";i:23;s:58:\"/var/www/html/cdc/wp-includes/blocks/avatar/editor.min.css\";i:24;s:57:\"/var/www/html/cdc/wp-includes/blocks/avatar/style-rtl.css\";i:25;s:61:\"/var/www/html/cdc/wp-includes/blocks/avatar/style-rtl.min.css\";i:26;s:53:\"/var/www/html/cdc/wp-includes/blocks/avatar/style.css\";i:27;s:57:\"/var/www/html/cdc/wp-includes/blocks/avatar/style.min.css\";i:28;s:57:\"/var/www/html/cdc/wp-includes/blocks/block/editor-rtl.css\";i:29;s:61:\"/var/www/html/cdc/wp-includes/blocks/block/editor-rtl.min.css\";i:30;s:53:\"/var/www/html/cdc/wp-includes/blocks/block/editor.css\";i:31;s:57:\"/var/www/html/cdc/wp-includes/blocks/block/editor.min.css\";i:32;s:58:\"/var/www/html/cdc/wp-includes/blocks/button/editor-rtl.css\";i:33;s:62:\"/var/www/html/cdc/wp-includes/blocks/button/editor-rtl.min.css\";i:34;s:54:\"/var/www/html/cdc/wp-includes/blocks/button/editor.css\";i:35;s:58:\"/var/www/html/cdc/wp-includes/blocks/button/editor.min.css\";i:36;s:57:\"/var/www/html/cdc/wp-includes/blocks/button/style-rtl.css\";i:37;s:61:\"/var/www/html/cdc/wp-includes/blocks/button/style-rtl.min.css\";i:38;s:53:\"/var/www/html/cdc/wp-includes/blocks/button/style.css\";i:39;s:57:\"/var/www/html/cdc/wp-includes/blocks/button/style.min.css\";i:40;s:59:\"/var/www/html/cdc/wp-includes/blocks/buttons/editor-rtl.css\";i:41;s:63:\"/var/www/html/cdc/wp-includes/blocks/buttons/editor-rtl.min.css\";i:42;s:55:\"/var/www/html/cdc/wp-includes/blocks/buttons/editor.css\";i:43;s:59:\"/var/www/html/cdc/wp-includes/blocks/buttons/editor.min.css\";i:44;s:58:\"/var/www/html/cdc/wp-includes/blocks/buttons/style-rtl.css\";i:45;s:62:\"/var/www/html/cdc/wp-includes/blocks/buttons/style-rtl.min.css\";i:46;s:54:\"/var/www/html/cdc/wp-includes/blocks/buttons/style.css\";i:47;s:58:\"/var/www/html/cdc/wp-includes/blocks/buttons/style.min.css\";i:48;s:59:\"/var/www/html/cdc/wp-includes/blocks/calendar/style-rtl.css\";i:49;s:63:\"/var/www/html/cdc/wp-includes/blocks/calendar/style-rtl.min.css\";i:50;s:55:\"/var/www/html/cdc/wp-includes/blocks/calendar/style.css\";i:51;s:59:\"/var/www/html/cdc/wp-includes/blocks/calendar/style.min.css\";i:52;s:62:\"/var/www/html/cdc/wp-includes/blocks/categories/editor-rtl.css\";i:53;s:66:\"/var/www/html/cdc/wp-includes/blocks/categories/editor-rtl.min.css\";i:54;s:58:\"/var/www/html/cdc/wp-includes/blocks/categories/editor.css\";i:55;s:62:\"/var/www/html/cdc/wp-includes/blocks/categories/editor.min.css\";i:56;s:61:\"/var/www/html/cdc/wp-includes/blocks/categories/style-rtl.css\";i:57;s:65:\"/var/www/html/cdc/wp-includes/blocks/categories/style-rtl.min.css\";i:58;s:57:\"/var/www/html/cdc/wp-includes/blocks/categories/style.css\";i:59;s:61:\"/var/www/html/cdc/wp-includes/blocks/categories/style.min.css\";i:60;s:56:\"/var/www/html/cdc/wp-includes/blocks/code/editor-rtl.css\";i:61;s:60:\"/var/www/html/cdc/wp-includes/blocks/code/editor-rtl.min.css\";i:62;s:52:\"/var/www/html/cdc/wp-includes/blocks/code/editor.css\";i:63;s:56:\"/var/www/html/cdc/wp-includes/blocks/code/editor.min.css\";i:64;s:55:\"/var/www/html/cdc/wp-includes/blocks/code/style-rtl.css\";i:65;s:59:\"/var/www/html/cdc/wp-includes/blocks/code/style-rtl.min.css\";i:66;s:51:\"/var/www/html/cdc/wp-includes/blocks/code/style.css\";i:67;s:55:\"/var/www/html/cdc/wp-includes/blocks/code/style.min.css\";i:68;s:55:\"/var/www/html/cdc/wp-includes/blocks/code/theme-rtl.css\";i:69;s:59:\"/var/www/html/cdc/wp-includes/blocks/code/theme-rtl.min.css\";i:70;s:51:\"/var/www/html/cdc/wp-includes/blocks/code/theme.css\";i:71;s:55:\"/var/www/html/cdc/wp-includes/blocks/code/theme.min.css\";i:72;s:59:\"/var/www/html/cdc/wp-includes/blocks/columns/editor-rtl.css\";i:73;s:63:\"/var/www/html/cdc/wp-includes/blocks/columns/editor-rtl.min.css\";i:74;s:55:\"/var/www/html/cdc/wp-includes/blocks/columns/editor.css\";i:75;s:59:\"/var/www/html/cdc/wp-includes/blocks/columns/editor.min.css\";i:76;s:58:\"/var/www/html/cdc/wp-includes/blocks/columns/style-rtl.css\";i:77;s:62:\"/var/www/html/cdc/wp-includes/blocks/columns/style-rtl.min.css\";i:78;s:54:\"/var/www/html/cdc/wp-includes/blocks/columns/style.css\";i:79;s:58:\"/var/www/html/cdc/wp-includes/blocks/columns/style.min.css\";i:80;s:66:\"/var/www/html/cdc/wp-includes/blocks/comment-content/style-rtl.css\";i:81;s:70:\"/var/www/html/cdc/wp-includes/blocks/comment-content/style-rtl.min.css\";i:82;s:62:\"/var/www/html/cdc/wp-includes/blocks/comment-content/style.css\";i:83;s:66:\"/var/www/html/cdc/wp-includes/blocks/comment-content/style.min.css\";i:84;s:67:\"/var/www/html/cdc/wp-includes/blocks/comment-template/style-rtl.css\";i:85;s:71:\"/var/www/html/cdc/wp-includes/blocks/comment-template/style-rtl.min.css\";i:86;s:63:\"/var/www/html/cdc/wp-includes/blocks/comment-template/style.css\";i:87;s:67:\"/var/www/html/cdc/wp-includes/blocks/comment-template/style.min.css\";i:88;s:79:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css\";i:89;s:83:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css\";i:90;s:75:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination-numbers/editor.css\";i:91;s:79:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination-numbers/editor.min.css\";i:92;s:71:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/editor-rtl.css\";i:93;s:75:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/editor-rtl.min.css\";i:94;s:67:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/editor.css\";i:95;s:71:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/editor.min.css\";i:96;s:70:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/style-rtl.css\";i:97;s:74:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/style-rtl.min.css\";i:98;s:66:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/style.css\";i:99;s:70:\"/var/www/html/cdc/wp-includes/blocks/comments-pagination/style.min.css\";i:100;s:66:\"/var/www/html/cdc/wp-includes/blocks/comments-title/editor-rtl.css\";i:101;s:70:\"/var/www/html/cdc/wp-includes/blocks/comments-title/editor-rtl.min.css\";i:102;s:62:\"/var/www/html/cdc/wp-includes/blocks/comments-title/editor.css\";i:103;s:66:\"/var/www/html/cdc/wp-includes/blocks/comments-title/editor.min.css\";i:104;s:60:\"/var/www/html/cdc/wp-includes/blocks/comments/editor-rtl.css\";i:105;s:64:\"/var/www/html/cdc/wp-includes/blocks/comments/editor-rtl.min.css\";i:106;s:56:\"/var/www/html/cdc/wp-includes/blocks/comments/editor.css\";i:107;s:60:\"/var/www/html/cdc/wp-includes/blocks/comments/editor.min.css\";i:108;s:59:\"/var/www/html/cdc/wp-includes/blocks/comments/style-rtl.css\";i:109;s:63:\"/var/www/html/cdc/wp-includes/blocks/comments/style-rtl.min.css\";i:110;s:55:\"/var/www/html/cdc/wp-includes/blocks/comments/style.css\";i:111;s:59:\"/var/www/html/cdc/wp-includes/blocks/comments/style.min.css\";i:112;s:57:\"/var/www/html/cdc/wp-includes/blocks/cover/editor-rtl.css\";i:113;s:61:\"/var/www/html/cdc/wp-includes/blocks/cover/editor-rtl.min.css\";i:114;s:53:\"/var/www/html/cdc/wp-includes/blocks/cover/editor.css\";i:115;s:57:\"/var/www/html/cdc/wp-includes/blocks/cover/editor.min.css\";i:116;s:56:\"/var/www/html/cdc/wp-includes/blocks/cover/style-rtl.css\";i:117;s:60:\"/var/www/html/cdc/wp-includes/blocks/cover/style-rtl.min.css\";i:118;s:52:\"/var/www/html/cdc/wp-includes/blocks/cover/style.css\";i:119;s:56:\"/var/www/html/cdc/wp-includes/blocks/cover/style.min.css\";i:120;s:59:\"/var/www/html/cdc/wp-includes/blocks/details/editor-rtl.css\";i:121;s:63:\"/var/www/html/cdc/wp-includes/blocks/details/editor-rtl.min.css\";i:122;s:55:\"/var/www/html/cdc/wp-includes/blocks/details/editor.css\";i:123;s:59:\"/var/www/html/cdc/wp-includes/blocks/details/editor.min.css\";i:124;s:58:\"/var/www/html/cdc/wp-includes/blocks/details/style-rtl.css\";i:125;s:62:\"/var/www/html/cdc/wp-includes/blocks/details/style-rtl.min.css\";i:126;s:54:\"/var/www/html/cdc/wp-includes/blocks/details/style.css\";i:127;s:58:\"/var/www/html/cdc/wp-includes/blocks/details/style.min.css\";i:128;s:57:\"/var/www/html/cdc/wp-includes/blocks/embed/editor-rtl.css\";i:129;s:61:\"/var/www/html/cdc/wp-includes/blocks/embed/editor-rtl.min.css\";i:130;s:53:\"/var/www/html/cdc/wp-includes/blocks/embed/editor.css\";i:131;s:57:\"/var/www/html/cdc/wp-includes/blocks/embed/editor.min.css\";i:132;s:56:\"/var/www/html/cdc/wp-includes/blocks/embed/style-rtl.css\";i:133;s:60:\"/var/www/html/cdc/wp-includes/blocks/embed/style-rtl.min.css\";i:134;s:52:\"/var/www/html/cdc/wp-includes/blocks/embed/style.css\";i:135;s:56:\"/var/www/html/cdc/wp-includes/blocks/embed/style.min.css\";i:136;s:56:\"/var/www/html/cdc/wp-includes/blocks/embed/theme-rtl.css\";i:137;s:60:\"/var/www/html/cdc/wp-includes/blocks/embed/theme-rtl.min.css\";i:138;s:52:\"/var/www/html/cdc/wp-includes/blocks/embed/theme.css\";i:139;s:56:\"/var/www/html/cdc/wp-includes/blocks/embed/theme.min.css\";i:140;s:56:\"/var/www/html/cdc/wp-includes/blocks/file/editor-rtl.css\";i:141;s:60:\"/var/www/html/cdc/wp-includes/blocks/file/editor-rtl.min.css\";i:142;s:52:\"/var/www/html/cdc/wp-includes/blocks/file/editor.css\";i:143;s:56:\"/var/www/html/cdc/wp-includes/blocks/file/editor.min.css\";i:144;s:55:\"/var/www/html/cdc/wp-includes/blocks/file/style-rtl.css\";i:145;s:59:\"/var/www/html/cdc/wp-includes/blocks/file/style-rtl.min.css\";i:146;s:51:\"/var/www/html/cdc/wp-includes/blocks/file/style.css\";i:147;s:55:\"/var/www/html/cdc/wp-includes/blocks/file/style.min.css\";i:148;s:60:\"/var/www/html/cdc/wp-includes/blocks/footnotes/style-rtl.css\";i:149;s:64:\"/var/www/html/cdc/wp-includes/blocks/footnotes/style-rtl.min.css\";i:150;s:56:\"/var/www/html/cdc/wp-includes/blocks/footnotes/style.css\";i:151;s:60:\"/var/www/html/cdc/wp-includes/blocks/footnotes/style.min.css\";i:152;s:60:\"/var/www/html/cdc/wp-includes/blocks/freeform/editor-rtl.css\";i:153;s:64:\"/var/www/html/cdc/wp-includes/blocks/freeform/editor-rtl.min.css\";i:154;s:56:\"/var/www/html/cdc/wp-includes/blocks/freeform/editor.css\";i:155;s:60:\"/var/www/html/cdc/wp-includes/blocks/freeform/editor.min.css\";i:156;s:59:\"/var/www/html/cdc/wp-includes/blocks/gallery/editor-rtl.css\";i:157;s:63:\"/var/www/html/cdc/wp-includes/blocks/gallery/editor-rtl.min.css\";i:158;s:55:\"/var/www/html/cdc/wp-includes/blocks/gallery/editor.css\";i:159;s:59:\"/var/www/html/cdc/wp-includes/blocks/gallery/editor.min.css\";i:160;s:58:\"/var/www/html/cdc/wp-includes/blocks/gallery/style-rtl.css\";i:161;s:62:\"/var/www/html/cdc/wp-includes/blocks/gallery/style-rtl.min.css\";i:162;s:54:\"/var/www/html/cdc/wp-includes/blocks/gallery/style.css\";i:163;s:58:\"/var/www/html/cdc/wp-includes/blocks/gallery/style.min.css\";i:164;s:58:\"/var/www/html/cdc/wp-includes/blocks/gallery/theme-rtl.css\";i:165;s:62:\"/var/www/html/cdc/wp-includes/blocks/gallery/theme-rtl.min.css\";i:166;s:54:\"/var/www/html/cdc/wp-includes/blocks/gallery/theme.css\";i:167;s:58:\"/var/www/html/cdc/wp-includes/blocks/gallery/theme.min.css\";i:168;s:57:\"/var/www/html/cdc/wp-includes/blocks/group/editor-rtl.css\";i:169;s:61:\"/var/www/html/cdc/wp-includes/blocks/group/editor-rtl.min.css\";i:170;s:53:\"/var/www/html/cdc/wp-includes/blocks/group/editor.css\";i:171;s:57:\"/var/www/html/cdc/wp-includes/blocks/group/editor.min.css\";i:172;s:56:\"/var/www/html/cdc/wp-includes/blocks/group/style-rtl.css\";i:173;s:60:\"/var/www/html/cdc/wp-includes/blocks/group/style-rtl.min.css\";i:174;s:52:\"/var/www/html/cdc/wp-includes/blocks/group/style.css\";i:175;s:56:\"/var/www/html/cdc/wp-includes/blocks/group/style.min.css\";i:176;s:56:\"/var/www/html/cdc/wp-includes/blocks/group/theme-rtl.css\";i:177;s:60:\"/var/www/html/cdc/wp-includes/blocks/group/theme-rtl.min.css\";i:178;s:52:\"/var/www/html/cdc/wp-includes/blocks/group/theme.css\";i:179;s:56:\"/var/www/html/cdc/wp-includes/blocks/group/theme.min.css\";i:180;s:58:\"/var/www/html/cdc/wp-includes/blocks/heading/style-rtl.css\";i:181;s:62:\"/var/www/html/cdc/wp-includes/blocks/heading/style-rtl.min.css\";i:182;s:54:\"/var/www/html/cdc/wp-includes/blocks/heading/style.css\";i:183;s:58:\"/var/www/html/cdc/wp-includes/blocks/heading/style.min.css\";i:184;s:56:\"/var/www/html/cdc/wp-includes/blocks/html/editor-rtl.css\";i:185;s:60:\"/var/www/html/cdc/wp-includes/blocks/html/editor-rtl.min.css\";i:186;s:52:\"/var/www/html/cdc/wp-includes/blocks/html/editor.css\";i:187;s:56:\"/var/www/html/cdc/wp-includes/blocks/html/editor.min.css\";i:188;s:57:\"/var/www/html/cdc/wp-includes/blocks/image/editor-rtl.css\";i:189;s:61:\"/var/www/html/cdc/wp-includes/blocks/image/editor-rtl.min.css\";i:190;s:53:\"/var/www/html/cdc/wp-includes/blocks/image/editor.css\";i:191;s:57:\"/var/www/html/cdc/wp-includes/blocks/image/editor.min.css\";i:192;s:56:\"/var/www/html/cdc/wp-includes/blocks/image/style-rtl.css\";i:193;s:60:\"/var/www/html/cdc/wp-includes/blocks/image/style-rtl.min.css\";i:194;s:52:\"/var/www/html/cdc/wp-includes/blocks/image/style.css\";i:195;s:56:\"/var/www/html/cdc/wp-includes/blocks/image/style.min.css\";i:196;s:56:\"/var/www/html/cdc/wp-includes/blocks/image/theme-rtl.css\";i:197;s:60:\"/var/www/html/cdc/wp-includes/blocks/image/theme-rtl.min.css\";i:198;s:52:\"/var/www/html/cdc/wp-includes/blocks/image/theme.css\";i:199;s:56:\"/var/www/html/cdc/wp-includes/blocks/image/theme.min.css\";i:200;s:66:\"/var/www/html/cdc/wp-includes/blocks/latest-comments/style-rtl.css\";i:201;s:70:\"/var/www/html/cdc/wp-includes/blocks/latest-comments/style-rtl.min.css\";i:202;s:62:\"/var/www/html/cdc/wp-includes/blocks/latest-comments/style.css\";i:203;s:66:\"/var/www/html/cdc/wp-includes/blocks/latest-comments/style.min.css\";i:204;s:64:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/editor-rtl.css\";i:205;s:68:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/editor-rtl.min.css\";i:206;s:60:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/editor.css\";i:207;s:64:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/editor.min.css\";i:208;s:63:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/style-rtl.css\";i:209;s:67:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/style-rtl.min.css\";i:210;s:59:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/style.css\";i:211;s:63:\"/var/www/html/cdc/wp-includes/blocks/latest-posts/style.min.css\";i:212;s:55:\"/var/www/html/cdc/wp-includes/blocks/list/style-rtl.css\";i:213;s:59:\"/var/www/html/cdc/wp-includes/blocks/list/style-rtl.min.css\";i:214;s:51:\"/var/www/html/cdc/wp-includes/blocks/list/style.css\";i:215;s:55:\"/var/www/html/cdc/wp-includes/blocks/list/style.min.css\";i:216;s:62:\"/var/www/html/cdc/wp-includes/blocks/media-text/editor-rtl.css\";i:217;s:66:\"/var/www/html/cdc/wp-includes/blocks/media-text/editor-rtl.min.css\";i:218;s:58:\"/var/www/html/cdc/wp-includes/blocks/media-text/editor.css\";i:219;s:62:\"/var/www/html/cdc/wp-includes/blocks/media-text/editor.min.css\";i:220;s:61:\"/var/www/html/cdc/wp-includes/blocks/media-text/style-rtl.css\";i:221;s:65:\"/var/www/html/cdc/wp-includes/blocks/media-text/style-rtl.min.css\";i:222;s:57:\"/var/www/html/cdc/wp-includes/blocks/media-text/style.css\";i:223;s:61:\"/var/www/html/cdc/wp-includes/blocks/media-text/style.min.css\";i:224;s:56:\"/var/www/html/cdc/wp-includes/blocks/more/editor-rtl.css\";i:225;s:60:\"/var/www/html/cdc/wp-includes/blocks/more/editor-rtl.min.css\";i:226;s:52:\"/var/www/html/cdc/wp-includes/blocks/more/editor.css\";i:227;s:56:\"/var/www/html/cdc/wp-includes/blocks/more/editor.min.css\";i:228;s:67:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/editor-rtl.css\";i:229;s:71:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/editor-rtl.min.css\";i:230;s:63:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/editor.css\";i:231;s:67:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/editor.min.css\";i:232;s:66:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/style-rtl.css\";i:233;s:70:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/style-rtl.min.css\";i:234;s:62:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/style.css\";i:235;s:66:\"/var/www/html/cdc/wp-includes/blocks/navigation-link/style.min.css\";i:236;s:70:\"/var/www/html/cdc/wp-includes/blocks/navigation-submenu/editor-rtl.css\";i:237;s:74:\"/var/www/html/cdc/wp-includes/blocks/navigation-submenu/editor-rtl.min.css\";i:238;s:66:\"/var/www/html/cdc/wp-includes/blocks/navigation-submenu/editor.css\";i:239;s:70:\"/var/www/html/cdc/wp-includes/blocks/navigation-submenu/editor.min.css\";i:240;s:62:\"/var/www/html/cdc/wp-includes/blocks/navigation/editor-rtl.css\";i:241;s:66:\"/var/www/html/cdc/wp-includes/blocks/navigation/editor-rtl.min.css\";i:242;s:58:\"/var/www/html/cdc/wp-includes/blocks/navigation/editor.css\";i:243;s:62:\"/var/www/html/cdc/wp-includes/blocks/navigation/editor.min.css\";i:244;s:61:\"/var/www/html/cdc/wp-includes/blocks/navigation/style-rtl.css\";i:245;s:65:\"/var/www/html/cdc/wp-includes/blocks/navigation/style-rtl.min.css\";i:246;s:57:\"/var/www/html/cdc/wp-includes/blocks/navigation/style.css\";i:247;s:61:\"/var/www/html/cdc/wp-includes/blocks/navigation/style.min.css\";i:248;s:60:\"/var/www/html/cdc/wp-includes/blocks/nextpage/editor-rtl.css\";i:249;s:64:\"/var/www/html/cdc/wp-includes/blocks/nextpage/editor-rtl.min.css\";i:250;s:56:\"/var/www/html/cdc/wp-includes/blocks/nextpage/editor.css\";i:251;s:60:\"/var/www/html/cdc/wp-includes/blocks/nextpage/editor.min.css\";i:252;s:61:\"/var/www/html/cdc/wp-includes/blocks/page-list/editor-rtl.css\";i:253;s:65:\"/var/www/html/cdc/wp-includes/blocks/page-list/editor-rtl.min.css\";i:254;s:57:\"/var/www/html/cdc/wp-includes/blocks/page-list/editor.css\";i:255;s:61:\"/var/www/html/cdc/wp-includes/blocks/page-list/editor.min.css\";i:256;s:60:\"/var/www/html/cdc/wp-includes/blocks/page-list/style-rtl.css\";i:257;s:64:\"/var/www/html/cdc/wp-includes/blocks/page-list/style-rtl.min.css\";i:258;s:56:\"/var/www/html/cdc/wp-includes/blocks/page-list/style.css\";i:259;s:60:\"/var/www/html/cdc/wp-includes/blocks/page-list/style.min.css\";i:260;s:61:\"/var/www/html/cdc/wp-includes/blocks/paragraph/editor-rtl.css\";i:261;s:65:\"/var/www/html/cdc/wp-includes/blocks/paragraph/editor-rtl.min.css\";i:262;s:57:\"/var/www/html/cdc/wp-includes/blocks/paragraph/editor.css\";i:263;s:61:\"/var/www/html/cdc/wp-includes/blocks/paragraph/editor.min.css\";i:264;s:60:\"/var/www/html/cdc/wp-includes/blocks/paragraph/style-rtl.css\";i:265;s:64:\"/var/www/html/cdc/wp-includes/blocks/paragraph/style-rtl.min.css\";i:266;s:56:\"/var/www/html/cdc/wp-includes/blocks/paragraph/style.css\";i:267;s:60:\"/var/www/html/cdc/wp-includes/blocks/paragraph/style.min.css\";i:268;s:62:\"/var/www/html/cdc/wp-includes/blocks/post-author/style-rtl.css\";i:269;s:66:\"/var/www/html/cdc/wp-includes/blocks/post-author/style-rtl.min.css\";i:270;s:58:\"/var/www/html/cdc/wp-includes/blocks/post-author/style.css\";i:271;s:62:\"/var/www/html/cdc/wp-includes/blocks/post-author/style.min.css\";i:272;s:70:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/editor-rtl.css\";i:273;s:74:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/editor-rtl.min.css\";i:274;s:66:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/editor.css\";i:275;s:70:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/editor.min.css\";i:276;s:69:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/style-rtl.css\";i:277;s:73:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/style-rtl.min.css\";i:278;s:65:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/style.css\";i:279;s:69:\"/var/www/html/cdc/wp-includes/blocks/post-comments-form/style.min.css\";i:280;s:60:\"/var/www/html/cdc/wp-includes/blocks/post-date/style-rtl.css\";i:281;s:64:\"/var/www/html/cdc/wp-includes/blocks/post-date/style-rtl.min.css\";i:282;s:56:\"/var/www/html/cdc/wp-includes/blocks/post-date/style.css\";i:283;s:60:\"/var/www/html/cdc/wp-includes/blocks/post-date/style.min.css\";i:284;s:64:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/editor-rtl.css\";i:285;s:68:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/editor-rtl.min.css\";i:286;s:60:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/editor.css\";i:287;s:64:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/editor.min.css\";i:288;s:63:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/style-rtl.css\";i:289;s:67:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/style-rtl.min.css\";i:290;s:59:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/style.css\";i:291;s:63:\"/var/www/html/cdc/wp-includes/blocks/post-excerpt/style.min.css\";i:292;s:71:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/editor-rtl.css\";i:293;s:75:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/editor-rtl.min.css\";i:294;s:67:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/editor.css\";i:295;s:71:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/editor.min.css\";i:296;s:70:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/style-rtl.css\";i:297;s:74:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/style-rtl.min.css\";i:298;s:66:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/style.css\";i:299;s:70:\"/var/www/html/cdc/wp-includes/blocks/post-featured-image/style.min.css\";i:300;s:71:\"/var/www/html/cdc/wp-includes/blocks/post-navigation-link/style-rtl.css\";i:301;s:75:\"/var/www/html/cdc/wp-includes/blocks/post-navigation-link/style-rtl.min.css\";i:302;s:67:\"/var/www/html/cdc/wp-includes/blocks/post-navigation-link/style.css\";i:303;s:71:\"/var/www/html/cdc/wp-includes/blocks/post-navigation-link/style.min.css\";i:304;s:65:\"/var/www/html/cdc/wp-includes/blocks/post-template/editor-rtl.css\";i:305;s:69:\"/var/www/html/cdc/wp-includes/blocks/post-template/editor-rtl.min.css\";i:306;s:61:\"/var/www/html/cdc/wp-includes/blocks/post-template/editor.css\";i:307;s:65:\"/var/www/html/cdc/wp-includes/blocks/post-template/editor.min.css\";i:308;s:64:\"/var/www/html/cdc/wp-includes/blocks/post-template/style-rtl.css\";i:309;s:68:\"/var/www/html/cdc/wp-includes/blocks/post-template/style-rtl.min.css\";i:310;s:60:\"/var/www/html/cdc/wp-includes/blocks/post-template/style.css\";i:311;s:64:\"/var/www/html/cdc/wp-includes/blocks/post-template/style.min.css\";i:312;s:61:\"/var/www/html/cdc/wp-includes/blocks/post-terms/style-rtl.css\";i:313;s:65:\"/var/www/html/cdc/wp-includes/blocks/post-terms/style-rtl.min.css\";i:314;s:57:\"/var/www/html/cdc/wp-includes/blocks/post-terms/style.css\";i:315;s:61:\"/var/www/html/cdc/wp-includes/blocks/post-terms/style.min.css\";i:316;s:61:\"/var/www/html/cdc/wp-includes/blocks/post-title/style-rtl.css\";i:317;s:65:\"/var/www/html/cdc/wp-includes/blocks/post-title/style-rtl.min.css\";i:318;s:57:\"/var/www/html/cdc/wp-includes/blocks/post-title/style.css\";i:319;s:61:\"/var/www/html/cdc/wp-includes/blocks/post-title/style.min.css\";i:320;s:63:\"/var/www/html/cdc/wp-includes/blocks/preformatted/style-rtl.css\";i:321;s:67:\"/var/www/html/cdc/wp-includes/blocks/preformatted/style-rtl.min.css\";i:322;s:59:\"/var/www/html/cdc/wp-includes/blocks/preformatted/style.css\";i:323;s:63:\"/var/www/html/cdc/wp-includes/blocks/preformatted/style.min.css\";i:324;s:61:\"/var/www/html/cdc/wp-includes/blocks/pullquote/editor-rtl.css\";i:325;s:65:\"/var/www/html/cdc/wp-includes/blocks/pullquote/editor-rtl.min.css\";i:326;s:57:\"/var/www/html/cdc/wp-includes/blocks/pullquote/editor.css\";i:327;s:61:\"/var/www/html/cdc/wp-includes/blocks/pullquote/editor.min.css\";i:328;s:60:\"/var/www/html/cdc/wp-includes/blocks/pullquote/style-rtl.css\";i:329;s:64:\"/var/www/html/cdc/wp-includes/blocks/pullquote/style-rtl.min.css\";i:330;s:56:\"/var/www/html/cdc/wp-includes/blocks/pullquote/style.css\";i:331;s:60:\"/var/www/html/cdc/wp-includes/blocks/pullquote/style.min.css\";i:332;s:60:\"/var/www/html/cdc/wp-includes/blocks/pullquote/theme-rtl.css\";i:333;s:64:\"/var/www/html/cdc/wp-includes/blocks/pullquote/theme-rtl.min.css\";i:334;s:56:\"/var/www/html/cdc/wp-includes/blocks/pullquote/theme.css\";i:335;s:60:\"/var/www/html/cdc/wp-includes/blocks/pullquote/theme.min.css\";i:336;s:76:\"/var/www/html/cdc/wp-includes/blocks/query-pagination-numbers/editor-rtl.css\";i:337;s:80:\"/var/www/html/cdc/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css\";i:338;s:72:\"/var/www/html/cdc/wp-includes/blocks/query-pagination-numbers/editor.css\";i:339;s:76:\"/var/www/html/cdc/wp-includes/blocks/query-pagination-numbers/editor.min.css\";i:340;s:68:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/editor-rtl.css\";i:341;s:72:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/editor-rtl.min.css\";i:342;s:64:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/editor.css\";i:343;s:68:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/editor.min.css\";i:344;s:67:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/style-rtl.css\";i:345;s:71:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/style-rtl.min.css\";i:346;s:63:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/style.css\";i:347;s:67:\"/var/www/html/cdc/wp-includes/blocks/query-pagination/style.min.css\";i:348;s:62:\"/var/www/html/cdc/wp-includes/blocks/query-title/style-rtl.css\";i:349;s:66:\"/var/www/html/cdc/wp-includes/blocks/query-title/style-rtl.min.css\";i:350;s:58:\"/var/www/html/cdc/wp-includes/blocks/query-title/style.css\";i:351;s:62:\"/var/www/html/cdc/wp-includes/blocks/query-title/style.min.css\";i:352;s:57:\"/var/www/html/cdc/wp-includes/blocks/query/editor-rtl.css\";i:353;s:61:\"/var/www/html/cdc/wp-includes/blocks/query/editor-rtl.min.css\";i:354;s:53:\"/var/www/html/cdc/wp-includes/blocks/query/editor.css\";i:355;s:57:\"/var/www/html/cdc/wp-includes/blocks/query/editor.min.css\";i:356;s:56:\"/var/www/html/cdc/wp-includes/blocks/quote/style-rtl.css\";i:357;s:60:\"/var/www/html/cdc/wp-includes/blocks/quote/style-rtl.min.css\";i:358;s:52:\"/var/www/html/cdc/wp-includes/blocks/quote/style.css\";i:359;s:56:\"/var/www/html/cdc/wp-includes/blocks/quote/style.min.css\";i:360;s:56:\"/var/www/html/cdc/wp-includes/blocks/quote/theme-rtl.css\";i:361;s:60:\"/var/www/html/cdc/wp-includes/blocks/quote/theme-rtl.min.css\";i:362;s:52:\"/var/www/html/cdc/wp-includes/blocks/quote/theme.css\";i:363;s:56:\"/var/www/html/cdc/wp-includes/blocks/quote/theme.min.css\";i:364;s:60:\"/var/www/html/cdc/wp-includes/blocks/read-more/style-rtl.css\";i:365;s:64:\"/var/www/html/cdc/wp-includes/blocks/read-more/style-rtl.min.css\";i:366;s:56:\"/var/www/html/cdc/wp-includes/blocks/read-more/style.css\";i:367;s:60:\"/var/www/html/cdc/wp-includes/blocks/read-more/style.min.css\";i:368;s:55:\"/var/www/html/cdc/wp-includes/blocks/rss/editor-rtl.css\";i:369;s:59:\"/var/www/html/cdc/wp-includes/blocks/rss/editor-rtl.min.css\";i:370;s:51:\"/var/www/html/cdc/wp-includes/blocks/rss/editor.css\";i:371;s:55:\"/var/www/html/cdc/wp-includes/blocks/rss/editor.min.css\";i:372;s:54:\"/var/www/html/cdc/wp-includes/blocks/rss/style-rtl.css\";i:373;s:58:\"/var/www/html/cdc/wp-includes/blocks/rss/style-rtl.min.css\";i:374;s:50:\"/var/www/html/cdc/wp-includes/blocks/rss/style.css\";i:375;s:54:\"/var/www/html/cdc/wp-includes/blocks/rss/style.min.css\";i:376;s:58:\"/var/www/html/cdc/wp-includes/blocks/search/editor-rtl.css\";i:377;s:62:\"/var/www/html/cdc/wp-includes/blocks/search/editor-rtl.min.css\";i:378;s:54:\"/var/www/html/cdc/wp-includes/blocks/search/editor.css\";i:379;s:58:\"/var/www/html/cdc/wp-includes/blocks/search/editor.min.css\";i:380;s:57:\"/var/www/html/cdc/wp-includes/blocks/search/style-rtl.css\";i:381;s:61:\"/var/www/html/cdc/wp-includes/blocks/search/style-rtl.min.css\";i:382;s:53:\"/var/www/html/cdc/wp-includes/blocks/search/style.css\";i:383;s:57:\"/var/www/html/cdc/wp-includes/blocks/search/style.min.css\";i:384;s:57:\"/var/www/html/cdc/wp-includes/blocks/search/theme-rtl.css\";i:385;s:61:\"/var/www/html/cdc/wp-includes/blocks/search/theme-rtl.min.css\";i:386;s:53:\"/var/www/html/cdc/wp-includes/blocks/search/theme.css\";i:387;s:57:\"/var/www/html/cdc/wp-includes/blocks/search/theme.min.css\";i:388;s:61:\"/var/www/html/cdc/wp-includes/blocks/separator/editor-rtl.css\";i:389;s:65:\"/var/www/html/cdc/wp-includes/blocks/separator/editor-rtl.min.css\";i:390;s:57:\"/var/www/html/cdc/wp-includes/blocks/separator/editor.css\";i:391;s:61:\"/var/www/html/cdc/wp-includes/blocks/separator/editor.min.css\";i:392;s:60:\"/var/www/html/cdc/wp-includes/blocks/separator/style-rtl.css\";i:393;s:64:\"/var/www/html/cdc/wp-includes/blocks/separator/style-rtl.min.css\";i:394;s:56:\"/var/www/html/cdc/wp-includes/blocks/separator/style.css\";i:395;s:60:\"/var/www/html/cdc/wp-includes/blocks/separator/style.min.css\";i:396;s:60:\"/var/www/html/cdc/wp-includes/blocks/separator/theme-rtl.css\";i:397;s:64:\"/var/www/html/cdc/wp-includes/blocks/separator/theme-rtl.min.css\";i:398;s:56:\"/var/www/html/cdc/wp-includes/blocks/separator/theme.css\";i:399;s:60:\"/var/www/html/cdc/wp-includes/blocks/separator/theme.min.css\";i:400;s:61:\"/var/www/html/cdc/wp-includes/blocks/shortcode/editor-rtl.css\";i:401;s:65:\"/var/www/html/cdc/wp-includes/blocks/shortcode/editor-rtl.min.css\";i:402;s:57:\"/var/www/html/cdc/wp-includes/blocks/shortcode/editor.css\";i:403;s:61:\"/var/www/html/cdc/wp-includes/blocks/shortcode/editor.min.css\";i:404;s:61:\"/var/www/html/cdc/wp-includes/blocks/site-logo/editor-rtl.css\";i:405;s:65:\"/var/www/html/cdc/wp-includes/blocks/site-logo/editor-rtl.min.css\";i:406;s:57:\"/var/www/html/cdc/wp-includes/blocks/site-logo/editor.css\";i:407;s:61:\"/var/www/html/cdc/wp-includes/blocks/site-logo/editor.min.css\";i:408;s:60:\"/var/www/html/cdc/wp-includes/blocks/site-logo/style-rtl.css\";i:409;s:64:\"/var/www/html/cdc/wp-includes/blocks/site-logo/style-rtl.min.css\";i:410;s:56:\"/var/www/html/cdc/wp-includes/blocks/site-logo/style.css\";i:411;s:60:\"/var/www/html/cdc/wp-includes/blocks/site-logo/style.min.css\";i:412;s:64:\"/var/www/html/cdc/wp-includes/blocks/site-tagline/editor-rtl.css\";i:413;s:68:\"/var/www/html/cdc/wp-includes/blocks/site-tagline/editor-rtl.min.css\";i:414;s:60:\"/var/www/html/cdc/wp-includes/blocks/site-tagline/editor.css\";i:415;s:64:\"/var/www/html/cdc/wp-includes/blocks/site-tagline/editor.min.css\";i:416;s:62:\"/var/www/html/cdc/wp-includes/blocks/site-title/editor-rtl.css\";i:417;s:66:\"/var/www/html/cdc/wp-includes/blocks/site-title/editor-rtl.min.css\";i:418;s:58:\"/var/www/html/cdc/wp-includes/blocks/site-title/editor.css\";i:419;s:62:\"/var/www/html/cdc/wp-includes/blocks/site-title/editor.min.css\";i:420;s:61:\"/var/www/html/cdc/wp-includes/blocks/site-title/style-rtl.css\";i:421;s:65:\"/var/www/html/cdc/wp-includes/blocks/site-title/style-rtl.min.css\";i:422;s:57:\"/var/www/html/cdc/wp-includes/blocks/site-title/style.css\";i:423;s:61:\"/var/www/html/cdc/wp-includes/blocks/site-title/style.min.css\";i:424;s:63:\"/var/www/html/cdc/wp-includes/blocks/social-link/editor-rtl.css\";i:425;s:67:\"/var/www/html/cdc/wp-includes/blocks/social-link/editor-rtl.min.css\";i:426;s:59:\"/var/www/html/cdc/wp-includes/blocks/social-link/editor.css\";i:427;s:63:\"/var/www/html/cdc/wp-includes/blocks/social-link/editor.min.css\";i:428;s:64:\"/var/www/html/cdc/wp-includes/blocks/social-links/editor-rtl.css\";i:429;s:68:\"/var/www/html/cdc/wp-includes/blocks/social-links/editor-rtl.min.css\";i:430;s:60:\"/var/www/html/cdc/wp-includes/blocks/social-links/editor.css\";i:431;s:64:\"/var/www/html/cdc/wp-includes/blocks/social-links/editor.min.css\";i:432;s:63:\"/var/www/html/cdc/wp-includes/blocks/social-links/style-rtl.css\";i:433;s:67:\"/var/www/html/cdc/wp-includes/blocks/social-links/style-rtl.min.css\";i:434;s:59:\"/var/www/html/cdc/wp-includes/blocks/social-links/style.css\";i:435;s:63:\"/var/www/html/cdc/wp-includes/blocks/social-links/style.min.css\";i:436;s:58:\"/var/www/html/cdc/wp-includes/blocks/spacer/editor-rtl.css\";i:437;s:62:\"/var/www/html/cdc/wp-includes/blocks/spacer/editor-rtl.min.css\";i:438;s:54:\"/var/www/html/cdc/wp-includes/blocks/spacer/editor.css\";i:439;s:58:\"/var/www/html/cdc/wp-includes/blocks/spacer/editor.min.css\";i:440;s:57:\"/var/www/html/cdc/wp-includes/blocks/spacer/style-rtl.css\";i:441;s:61:\"/var/www/html/cdc/wp-includes/blocks/spacer/style-rtl.min.css\";i:442;s:53:\"/var/www/html/cdc/wp-includes/blocks/spacer/style.css\";i:443;s:57:\"/var/www/html/cdc/wp-includes/blocks/spacer/style.min.css\";i:444;s:57:\"/var/www/html/cdc/wp-includes/blocks/table/editor-rtl.css\";i:445;s:61:\"/var/www/html/cdc/wp-includes/blocks/table/editor-rtl.min.css\";i:446;s:53:\"/var/www/html/cdc/wp-includes/blocks/table/editor.css\";i:447;s:57:\"/var/www/html/cdc/wp-includes/blocks/table/editor.min.css\";i:448;s:56:\"/var/www/html/cdc/wp-includes/blocks/table/style-rtl.css\";i:449;s:60:\"/var/www/html/cdc/wp-includes/blocks/table/style-rtl.min.css\";i:450;s:52:\"/var/www/html/cdc/wp-includes/blocks/table/style.css\";i:451;s:56:\"/var/www/html/cdc/wp-includes/blocks/table/style.min.css\";i:452;s:56:\"/var/www/html/cdc/wp-includes/blocks/table/theme-rtl.css\";i:453;s:60:\"/var/www/html/cdc/wp-includes/blocks/table/theme-rtl.min.css\";i:454;s:52:\"/var/www/html/cdc/wp-includes/blocks/table/theme.css\";i:455;s:56:\"/var/www/html/cdc/wp-includes/blocks/table/theme.min.css\";i:456;s:60:\"/var/www/html/cdc/wp-includes/blocks/tag-cloud/style-rtl.css\";i:457;s:64:\"/var/www/html/cdc/wp-includes/blocks/tag-cloud/style-rtl.min.css\";i:458;s:56:\"/var/www/html/cdc/wp-includes/blocks/tag-cloud/style.css\";i:459;s:60:\"/var/www/html/cdc/wp-includes/blocks/tag-cloud/style.min.css\";i:460;s:65:\"/var/www/html/cdc/wp-includes/blocks/template-part/editor-rtl.css\";i:461;s:69:\"/var/www/html/cdc/wp-includes/blocks/template-part/editor-rtl.min.css\";i:462;s:61:\"/var/www/html/cdc/wp-includes/blocks/template-part/editor.css\";i:463;s:65:\"/var/www/html/cdc/wp-includes/blocks/template-part/editor.min.css\";i:464;s:64:\"/var/www/html/cdc/wp-includes/blocks/template-part/theme-rtl.css\";i:465;s:68:\"/var/www/html/cdc/wp-includes/blocks/template-part/theme-rtl.min.css\";i:466;s:60:\"/var/www/html/cdc/wp-includes/blocks/template-part/theme.css\";i:467;s:64:\"/var/www/html/cdc/wp-includes/blocks/template-part/theme.min.css\";i:468;s:67:\"/var/www/html/cdc/wp-includes/blocks/term-description/style-rtl.css\";i:469;s:71:\"/var/www/html/cdc/wp-includes/blocks/term-description/style-rtl.min.css\";i:470;s:63:\"/var/www/html/cdc/wp-includes/blocks/term-description/style.css\";i:471;s:67:\"/var/www/html/cdc/wp-includes/blocks/term-description/style.min.css\";i:472;s:64:\"/var/www/html/cdc/wp-includes/blocks/text-columns/editor-rtl.css\";i:473;s:68:\"/var/www/html/cdc/wp-includes/blocks/text-columns/editor-rtl.min.css\";i:474;s:60:\"/var/www/html/cdc/wp-includes/blocks/text-columns/editor.css\";i:475;s:64:\"/var/www/html/cdc/wp-includes/blocks/text-columns/editor.min.css\";i:476;s:63:\"/var/www/html/cdc/wp-includes/blocks/text-columns/style-rtl.css\";i:477;s:67:\"/var/www/html/cdc/wp-includes/blocks/text-columns/style-rtl.min.css\";i:478;s:59:\"/var/www/html/cdc/wp-includes/blocks/text-columns/style.css\";i:479;s:63:\"/var/www/html/cdc/wp-includes/blocks/text-columns/style.min.css\";i:480;s:56:\"/var/www/html/cdc/wp-includes/blocks/verse/style-rtl.css\";i:481;s:60:\"/var/www/html/cdc/wp-includes/blocks/verse/style-rtl.min.css\";i:482;s:52:\"/var/www/html/cdc/wp-includes/blocks/verse/style.css\";i:483;s:56:\"/var/www/html/cdc/wp-includes/blocks/verse/style.min.css\";i:484;s:57:\"/var/www/html/cdc/wp-includes/blocks/video/editor-rtl.css\";i:485;s:61:\"/var/www/html/cdc/wp-includes/blocks/video/editor-rtl.min.css\";i:486;s:53:\"/var/www/html/cdc/wp-includes/blocks/video/editor.css\";i:487;s:57:\"/var/www/html/cdc/wp-includes/blocks/video/editor.min.css\";i:488;s:56:\"/var/www/html/cdc/wp-includes/blocks/video/style-rtl.css\";i:489;s:60:\"/var/www/html/cdc/wp-includes/blocks/video/style-rtl.min.css\";i:490;s:52:\"/var/www/html/cdc/wp-includes/blocks/video/style.css\";i:491;s:56:\"/var/www/html/cdc/wp-includes/blocks/video/style.min.css\";i:492;s:56:\"/var/www/html/cdc/wp-includes/blocks/video/theme-rtl.css\";i:493;s:60:\"/var/www/html/cdc/wp-includes/blocks/video/theme-rtl.min.css\";i:494;s:52:\"/var/www/html/cdc/wp-includes/blocks/video/theme.css\";i:495;s:56:\"/var/www/html/cdc/wp-includes/blocks/video/theme.min.css\";}','yes'),(121,'nonce_key','9g&W:SH:^l8v%}^<Sb.:&O5b7]*!S{0:U%j2akHaf6)*X#a=LZ.[TUoDQE0FC:fk','no'),(122,'nonce_salt','_i/I=]=D]X>{0qXQ|I8VV1E{;9:#eE:Y#xM?~FLj:!s6jTp7u$:_uT_tW&aSh_G}','no'),(124,'recovery_keys','a:0:{}','yes'),(125,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1708153454;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'),(126,'https_detection_errors','a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}','yes'),(127,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.4\";s:7:\"version\";s:5:\"6.5.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.4\";s:7:\"version\";s:5:\"6.5.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.4.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.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.4\";s:7:\"version\";s:5:\"6.4.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.4.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.3.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.3.4-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.4-rollback-1.zip\";}s:7:\"current\";s:5:\"6.3.4\";s:7:\"version\";s:5:\"6.3.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:5:\"6.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1718068687;s:15:\"version_checked\";s:5:\"6.3.1\";s:12:\"translations\";a:0:{}}','no'),(136,'logged_in_key','}gWSJnY35?EoaM>t$hsBan !kj.%gbV95(SN4M{WYHpH=Te$Na3E4u}w@ <JE1aM','no'),(137,'logged_in_salt','9>=Hsla{QqdHfxQ vjvEv+vFNVW<__q]r,AZnauWJN@TT(^|x<VXoWjAmK1,Wt+!','no'),(138,'secure_auth_key','p8|.|gzO6&%>dm0(<&/vrHKcl&x%[AaS%ovc<=T_ @3HAl:!$.6Mlui5pl*enQm!','no'),(139,'secure_auth_salt','.fnTj5+[HBK)#@OHNJ<w4QEpe-|c-G.%CrBzi|LA<VH2M2/(![x4`x*CN.6(uN=-','no'),(145,'can_compress_scripts','0','yes'),(160,'finished_updating_comment_type','1','yes'),(161,'recently_activated','a:0:{}','yes'),(162,'current_theme','Brite','yes'),(163,'theme_mods_brite','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:12:\"page_content\";a:0:{}s:11:\"custom_logo\";i:54;}','yes'),(164,'theme_switched','','yes'),(165,'colibriwp_predesign_front_page_index','3','yes'),(166,'colibriwp_predesign_front_page_meta','a:2:{s:4:\"slug\";s:6:\"modern\";s:7:\"version\";s:2:\"v2\";}','yes'),(167,'cp_initialize_notifications','1708153458','yes'),(168,'colibri_page_builder_demo_sites','a:2:{s:9:\"timestamp\";i:1718095593;s:4:\"data\";a:99:{i:0;a:11:{s:16:\"import_file_name\";s:10:\"Business I\";s:4:\"slug\";s:8:\"business\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/customizer.dat\";s:24:\"import_preview_image_url\";s:90:\"https://static.colibriwp.com/templates-screenshots/colibri_default_business/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-i/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:04.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:1;a:11:{s:16:\"import_file_name\";s:11:\"Business II\";s:4:\"slug\";s:11:\"business-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/business-ii/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:06.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:2;a:11:{s:16:\"import_file_name\";s:7:\"Plumber\";s:4:\"slug\";s:7:\"plumber\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/plumber/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/plumber/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:07.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:3;a:11:{s:16:\"import_file_name\";s:17:\"Creative Agency I\";s:4:\"slug\";s:11:\"advertising\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/customizer.dat\";s:24:\"import_preview_image_url\";s:97:\"https://static.colibriwp.com/templates-screenshots/colibri_default_creative_agency/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/creative-agency-i/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:09.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:4;a:11:{s:16:\"import_file_name\";s:3:\"SEO\";s:4:\"slug\";s:3:\"seo\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/content.xml\";s:22:\"import_widget_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/widgets.wie\";s:26:\"import_customizer_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/colibri_default_seo/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/seo-demo/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:5;a:11:{s:16:\"import_file_name\";s:11:\"IT Services\";s:4:\"slug\";s:11:\"it-services\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/it-services/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/it-services\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:13.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:6;a:11:{s:16:\"import_file_name\";s:20:\"Designer Portfolio I\";s:4:\"slug\";s:20:\"designer-portfolio-i\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-i/screenshot.png\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/designer-portfolio-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:7;a:11:{s:16:\"import_file_name\";s:21:\"Designer Portfolio II\";s:4:\"slug\";s:21:\"designer-portfolio-ii\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/content.xml\";s:22:\"import_widget_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:87:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-ii/screenshot.png\";s:11:\"preview_url\";s:58:\"https://colibriwp-work.colibriwp.com/designer-portfolio-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:16.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:8;a:11:{s:16:\"import_file_name\";s:12:\"Business III\";s:4:\"slug\";s:12:\"business-iii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/business-iii/screenshot.png\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/business-iii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:17.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:9;a:11:{s:16:\"import_file_name\";s:10:\"Restaurant\";s:4:\"slug\";s:10:\"restaurant\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/customizer.dat\";s:24:\"import_preview_image_url\";s:92:\"https://static.colibriwp.com/templates-screenshots/colibri_default_restaurant/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/restaurant/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:10;a:11:{s:16:\"import_file_name\";s:10:\"Vineyard I\";s:4:\"slug\";s:8:\"vineyard\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/vineyard/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/vineyard-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:22.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:11;a:11:{s:16:\"import_file_name\";s:11:\"Vineyard II\";s:4:\"slug\";s:11:\"vineyard-ii\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/vineyard-ii/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/vineyard-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:01:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:12;a:11:{s:16:\"import_file_name\";s:9:\"My Resume\";s:4:\"slug\";s:9:\"my-resume\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/customizer.dat\";s:24:\"import_preview_image_url\";s:91:\"https://static.colibriwp.com/templates-screenshots/colibri_default_my-resume/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/my-resume/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:24.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:13;a:11:{s:16:\"import_file_name\";s:7:\"Lawyers\";s:4:\"slug\";s:7:\"lawyers\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/lawyers/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/lawyers\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:24.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:14;a:11:{s:16:\"import_file_name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/conference/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/conference\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:15;a:11:{s:16:\"import_file_name\";s:17:\"Wedding Planner I\";s:4:\"slug\";s:17:\"wedding-planner-i\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/wedding-planner-i/screenshot.jpg\";s:11:\"preview_url\";s:54:\"https://colibriwp-work.colibriwp.com/wedding-planner-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:16;a:11:{s:16:\"import_file_name\";s:18:\"Wedding Planner II\";s:4:\"slug\";s:18:\"wedding-planner-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/wedding-planner-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/wedding-planner-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:17;a:11:{s:16:\"import_file_name\";s:12:\"Architecture\";s:4:\"slug\";s:12:\"architecture\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/customizer.dat\";s:24:\"import_preview_image_url\";s:94:\"https://static.colibriwp.com/templates-screenshots/colibri_default_architecture/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/architecture/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:18;a:11:{s:16:\"import_file_name\";s:6:\"Barber\";s:4:\"slug\";s:6:\"barber\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-21/screenshot.jpg\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/barber\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-03-22 09:05:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:19;a:11:{s:16:\"import_file_name\";s:8:\"Coffee I\";s:4:\"slug\";s:8:\"coffee-i\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/coffee-i/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/coffee-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:18.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:20;a:11:{s:16:\"import_file_name\";s:9:\"Coffee II\";s:4:\"slug\";s:9:\"coffee-ii\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/coffee-ii/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/coffee-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:20.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:21;a:11:{s:16:\"import_file_name\";s:15:\"Interior Design\";s:4:\"slug\";s:15:\"interior-design\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/interior-design/screenshot.png\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/interior-design\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:33.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:22;a:11:{s:16:\"import_file_name\";s:4:\"Yoga\";s:4:\"slug\";s:4:\"yoga\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/content.xml\";s:22:\"import_widget_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/widgets.wie\";s:26:\"import_customizer_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/customizer.dat\";s:24:\"import_preview_image_url\";s:70:\"https://static.colibriwp.com/templates-screenshots/yoga/screenshot.png\";s:11:\"preview_url\";s:41:\"https://colibriwp-work.colibriwp.com/yoga\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:23;a:11:{s:16:\"import_file_name\";s:13:\"Constructions\";s:4:\"slug\";s:13:\"constructions\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/constructions/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/constructions\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:35.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:24;a:11:{s:16:\"import_file_name\";s:11:\"Pets Clinic\";s:4:\"slug\";s:11:\"pets-clinic\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/pets-clinic/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/pets-clinic\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:25;a:11:{s:16:\"import_file_name\";s:10:\"Ski Resort\";s:4:\"slug\";s:10:\"ski-resort\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/ski-resort/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/ski-resort\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:26;a:11:{s:16:\"import_file_name\";s:18:\"Creative Agency II\";s:4:\"slug\";s:18:\"creative-agency-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/creative-agency-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/creative-agency-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:27;a:11:{s:16:\"import_file_name\";s:5:\"Sushi\";s:4:\"slug\";s:5:\"sushi\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/content.xml\";s:22:\"import_widget_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/widgets.wie\";s:26:\"import_customizer_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/customizer.dat\";s:24:\"import_preview_image_url\";s:71:\"https://static.colibriwp.com/templates-screenshots/sushi/screenshot.png\";s:11:\"preview_url\";s:42:\"https://colibriwp-work.colibriwp.com/sushi\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:28;a:11:{s:16:\"import_file_name\";s:22:\"Designer Portfolio III\";s:4:\"slug\";s:22:\"designer-portfolio-iii\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-iii/screenshot.png\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/designer-portfolio-iii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:29;a:11:{s:16:\"import_file_name\";s:3:\"Gym\";s:4:\"slug\";s:3:\"gym\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/content.xml\";s:22:\"import_widget_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/widgets.wie\";s:26:\"import_customizer_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/colibri_default_gym/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/gym-demo/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:46.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:30;a:11:{s:16:\"import_file_name\";s:9:\"Religious\";s:4:\"slug\";s:9:\"religious\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/religious/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/religious/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:34.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:31;a:11:{s:16:\"import_file_name\";s:14:\"Medical Clinic\";s:4:\"slug\";s:17:\"medical-clinic-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/medical-clinic-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/medical-clinic-ii/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:36.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:32;a:11:{s:16:\"import_file_name\";s:5:\"Detox\";s:4:\"slug\";s:5:\"detox\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/content.xml\";s:22:\"import_widget_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/widgets.wie\";s:26:\"import_customizer_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/customizer.dat\";s:24:\"import_preview_image_url\";s:71:\"https://static.colibriwp.com/templates-screenshots/detox/screenshot.png\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/detox/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:33;a:11:{s:16:\"import_file_name\";s:6:\"School\";s:4:\"slug\";s:6:\"school\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/school/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/school/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:34;a:11:{s:16:\"import_file_name\";s:6:\"Movers\";s:4:\"slug\";s:6:\"movers\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/movers/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/movers/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:35;a:11:{s:16:\"import_file_name\";s:8:\"Aquarium\";s:4:\"slug\";s:8:\"aquarium\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/aquarium/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/aquarium/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:36;a:11:{s:16:\"import_file_name\";s:4:\"Auto\";s:4:\"slug\";s:4:\"auto\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/content.xml\";s:22:\"import_widget_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/widgets.wie\";s:26:\"import_customizer_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/customizer.dat\";s:24:\"import_preview_image_url\";s:70:\"https://static.colibriwp.com/templates-screenshots/auto/screenshot.png\";s:11:\"preview_url\";s:42:\"https://colibriwp-work.colibriwp.com/auto/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:37;a:11:{s:16:\"import_file_name\";s:10:\"Business V\";s:4:\"slug\";s:10:\"business-v\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/business-v/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-v/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:38;a:11:{s:16:\"import_file_name\";s:7:\"Charity\";s:4:\"slug\";s:7:\"charity\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/charity/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/charity/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:39;a:11:{s:16:\"import_file_name\";s:13:\"Makeup Artist\";s:4:\"slug\";s:13:\"makeup-artist\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/makeup-artist/screenshot.png\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/makeup-artist/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:50.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:40;a:11:{s:16:\"import_file_name\";s:10:\"Mobile App\";s:4:\"slug\";s:10:\"mobile-app\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/mobile-app/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/mobile-app/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:41;a:11:{s:16:\"import_file_name\";s:12:\"Music Artist\";s:4:\"slug\";s:12:\"music-artist\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/music-artist/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/music-artist/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:42;a:11:{s:16:\"import_file_name\";s:22:\"Photographer Portfolio\";s:4:\"slug\";s:22:\"photographer-portfolio\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/photographer-portfolio/screenshot.png\";s:11:\"preview_url\";s:60:\"https://colibriwp-work.colibriwp.com/photographer-portfolio/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:54.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:43;a:11:{s:16:\"import_file_name\";s:6:\"Resort\";s:4:\"slug\";s:6:\"resort\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/resort/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/resort/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:44;a:11:{s:16:\"import_file_name\";s:6:\"Tailor\";s:4:\"slug\";s:6:\"tailor\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/tailor/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/tailor/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:58.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:45;a:11:{s:16:\"import_file_name\";s:7:\"Theater\";s:4:\"slug\";s:7:\"theater\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/theater/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/theater/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:46;a:11:{s:16:\"import_file_name\";s:13:\"Travel Agency\";s:4:\"slug\";s:13:\"travel-agency\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/travel-agency/screenshot.png\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/travel-agency/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:03:01.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:47;a:11:{s:16:\"import_file_name\";s:6:\"Bakery\";s:4:\"slug\";s:6:\"bakery\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-53/screenshot.jpg\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/bakery\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:48;a:11:{s:16:\"import_file_name\";s:16:\"Cleaning Company\";s:4:\"slug\";s:16:\"cleaning-company\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-54/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/cleaning-company\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:14.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:49;a:11:{s:16:\"import_file_name\";s:15:\"Summer Festival\";s:4:\"slug\";s:15:\"summer-festival\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/summer-festival/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/summer-festival/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:52.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:50;a:11:{s:16:\"import_file_name\";s:12:\"Dance Studio\";s:4:\"slug\";s:12:\"dance-studio\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/dance-studio/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/dance-studio/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:51;a:11:{s:16:\"import_file_name\";s:9:\"Gardening\";s:4:\"slug\";s:9:\"gardening\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/gardening/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/gardening/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:52;a:11:{s:16:\"import_file_name\";s:19:\"Political Candidate\";s:4:\"slug\";s:19:\"political-candidate\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/political-candidate/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/political-candidate/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:04.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:53;a:11:{s:16:\"import_file_name\";s:19:\"Horse Riding Center\";s:4:\"slug\";s:19:\"horse-riding-center\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/horse-riding-center/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/horse-riding-center/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:08.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:54;a:11:{s:16:\"import_file_name\";s:9:\"School II\";s:4:\"slug\";s:9:\"school-ii\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/school-ii/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/school-ii/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:13.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:55;a:11:{s:16:\"import_file_name\";s:13:\"Therapist PRO\";s:4:\"slug\";s:13:\"therapist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/therapist-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/therapist-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:56;a:11:{s:16:\"import_file_name\";s:10:\"Museum PRO\";s:4:\"slug\";s:10:\"museum-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/museum-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/museum-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:55.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:57;a:11:{s:16:\"import_file_name\";s:7:\"Eco PRO\";s:4:\"slug\";s:7:\"eco-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/eco-pro/screenshot.jpg\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/eco-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:58;a:11:{s:16:\"import_file_name\";s:13:\"Carpentry PRO\";s:4:\"slug\";s:13:\"carpentry-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-74/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/carpentry-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:59;a:11:{s:16:\"import_file_name\";s:15:\"Babysitting PRO\";s:4:\"slug\";s:15:\"babysitting-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/babysitting-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/babysitting-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:50.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:60;a:11:{s:16:\"import_file_name\";s:15:\"Bike rental PRO\";s:4:\"slug\";s:15:\"bike-rental-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/bike-rental-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/bike-rental-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:61;a:11:{s:16:\"import_file_name\";s:8:\"City PRO\";s:4:\"slug\";s:8:\"city-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/city-pro/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/city-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:62;a:11:{s:16:\"import_file_name\";s:12:\"Handyman PRO\";s:4:\"slug\";s:12:\"handyman-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/handyman-pro/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/handyman-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:45.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:63;a:11:{s:16:\"import_file_name\";s:13:\"Home Deco PRO\";s:4:\"slug\";s:13:\"home-deco-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/home-deco-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/home-deco-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:64;a:11:{s:16:\"import_file_name\";s:12:\"Coaching PRO\";s:4:\"slug\";s:14:\"coaching-pro-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/coaching-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/coaching-pro-1\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:65;a:11:{s:16:\"import_file_name\";s:13:\"Coaching Free\";s:4:\"slug\";s:15:\"coaching-free-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/coaching-free-1/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/coaching-free\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-14 08:01:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:66;a:11:{s:16:\"import_file_name\";s:14:\"Designer Ui/Ux\";s:4:\"slug\";s:13:\"designer-uiux\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/designer-uiux/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/designer-uiux\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:33:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:67;a:11:{s:16:\"import_file_name\";s:9:\"Insurance\";s:4:\"slug\";s:11:\"insurance-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/insurance-1/screenshot.jpg\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/insurance\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-04 10:02:55.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:68;a:11:{s:16:\"import_file_name\";s:10:\"Veterinary\";s:4:\"slug\";s:12:\"veterinary-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/veterinary-1/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/veterinary\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:56:02.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:69;a:11:{s:16:\"import_file_name\";s:8:\"Handmade\";s:4:\"slug\";s:10:\"handmade-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/handmade-1/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/handmade\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-02-09 09:36:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:70;a:11:{s:16:\"import_file_name\";s:20:\"Aesthetic clinic PRO\";s:4:\"slug\";s:22:\"aesthetic-clinic-pro-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/aesthetic-clinic-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/aesthetic-clinic-pro-1\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:56:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:71;a:11:{s:16:\"import_file_name\";s:10:\"Tattoo PRO\";s:4:\"slug\";s:10:\"tattoo-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/tattoo-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/tattoo-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:72;a:11:{s:16:\"import_file_name\";s:14:\"Accounting PRO\";s:4:\"slug\";s:16:\"accounting-pro-1\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/accounting-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/accounting-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-11-06 07:32:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:73;a:11:{s:16:\"import_file_name\";s:14:\"Web Agency PRO\";s:4:\"slug\";s:14:\"web-agency-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/web-agency-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/web-agency-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-30 09:48:41.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:74;a:11:{s:16:\"import_file_name\";s:13:\"Eldercare PRO\";s:4:\"slug\";s:13:\"eldercare-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/eldercare-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/eldercare-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:75;a:11:{s:16:\"import_file_name\";s:20:\"Personal Stylist PRO\";s:4:\"slug\";s:20:\"personal-stylist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/personal-stylist-pro/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/personal-stylist-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-24 13:40:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:76;a:11:{s:16:\"import_file_name\";s:15:\"Illusionist PRO\";s:4:\"slug\";s:15:\"illusionist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/illusionist-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/illusionist-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:46.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:77;a:11:{s:16:\"import_file_name\";s:13:\"Paintball PRO\";s:4:\"slug\";s:13:\"paintball-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/paintball-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/paintball-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:78;a:11:{s:16:\"import_file_name\";s:11:\"Painter PRO\";s:4:\"slug\";s:11:\"painter-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/painter-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/painter-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-19 08:06:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:79;a:11:{s:16:\"import_file_name\";s:12:\"Football PRO\";s:4:\"slug\";s:12:\"football-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/template-122/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/football-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:80;a:11:{s:16:\"import_file_name\";s:12:\"Swimming PRO\";s:4:\"slug\";s:12:\"swimming-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/swimming-pro/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/swimming-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:81;a:11:{s:16:\"import_file_name\";s:16:\"Pest control PRO\";s:4:\"slug\";s:16:\"pest-control-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/pest-control-pro/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/pest-control-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:82;a:11:{s:16:\"import_file_name\";s:19:\"Coworking Space PRO\";s:4:\"slug\";s:19:\"coworking-space-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/coworking-space-pro/screenshot.jpg\";s:11:\"preview_url\";s:56:\"https://colibriwp-work.colibriwp.com/coworking-space-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-21 11:27:45.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:83;a:11:{s:16:\"import_file_name\";s:9:\"Print PRO\";s:4:\"slug\";s:9:\"print-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/print-pro/screenshot.jpg\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/print-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:38:43.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:84;a:11:{s:16:\"import_file_name\";s:14:\"Accountant PRO\";s:4:\"slug\";s:14:\"accountant-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/accountant-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/accountant-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-11-19 08:49:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:85;a:11:{s:16:\"import_file_name\";s:22:\"Marketing services PRO\";s:4:\"slug\";s:22:\"marketing-services-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/marketing-services-pro/screenshot.jpg\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/marketing-services-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:09:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:86;a:11:{s:16:\"import_file_name\";s:17:\"Web Developer PRO\";s:4:\"slug\";s:17:\"web-developer-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/web-developer-pro/screenshot.jpg\";s:11:\"preview_url\";s:54:\"https://colibriwp-work.colibriwp.com/web-developer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-15 06:17:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:87;a:11:{s:16:\"import_file_name\";s:24:\"Full Stack Developer PRO\";s:4:\"slug\";s:24:\"full-stack-developer-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/content.xml\";s:22:\"import_widget_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:104:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:90:\"https://static.colibriwp.com/templates-screenshots/full-stack-developer-pro/screenshot.jpg\";s:11:\"preview_url\";s:61:\"https://colibriwp-work.colibriwp.com/full-stack-developer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-15 06:17:33.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:88;a:11:{s:16:\"import_file_name\";s:19:\"Holistic Healer PRO\";s:4:\"slug\";s:19:\"holistic-healer-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/holistic-healer-pro/screenshot.jpg\";s:11:\"preview_url\";s:56:\"https://colibriwp-work.colibriwp.com/holistic-healer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:89;a:11:{s:16:\"import_file_name\";s:10:\"Rental PRO\";s:4:\"slug\";s:10:\"rental-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/rental-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/rental-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-05 12:12:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:90;a:11:{s:16:\"import_file_name\";s:13:\"Pub / Bar PRO\";s:4:\"slug\";s:11:\"pub-bar-pro\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/pub-bar-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/pub-bar-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:17.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:91;a:11:{s:16:\"import_file_name\";s:14:\"Motorcycle PRO\";s:4:\"slug\";s:14:\"motorcycle-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/motorcycle-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/motorcycle-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:92;a:11:{s:16:\"import_file_name\";s:18:\"Transportation PRO\";s:4:\"slug\";s:18:\"transportation-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/transportation-pro/screenshot.jpg\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/transportation-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-04 10:48:31.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:93;a:11:{s:16:\"import_file_name\";s:20:\"Language Courses PRO\";s:4:\"slug\";s:20:\"language-courses-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/language-courses-pro/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/language-courses-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:41.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:94;a:11:{s:16:\"import_file_name\";s:8:\"Taxi PRO\";s:4:\"slug\";s:8:\"taxi-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/taxi-pro/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/taxi-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:95;a:11:{s:16:\"import_file_name\";s:11:\"Airclub PRO\";s:4:\"slug\";s:11:\"airclub-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/airclub-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/airclub-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:96;a:11:{s:16:\"import_file_name\";s:15:\"Car service PRO\";s:4:\"slug\";s:15:\"car-service-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/car-service-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/car-service-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-03-23 12:55:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:97;a:11:{s:16:\"import_file_name\";s:15:\"Christmas gifts\";s:4:\"slug\";s:15:\"christmas-gifts\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/christmas-gifts/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/christmas-gifts\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-17 16:25:20.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:98;a:11:{s:16:\"import_file_name\";s:16:\"Colibri Handyman\";s:4:\"slug\";s:16:\"colibri-handyman\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/colibri-handyman/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/colibri-handyman\";s:7:\"plugins\";a:2:{s:57:\"colibri-template-generator/colibri-template-generator.php\";N;s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-06-07 14:29:03.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}}}','yes'),(179,'extend_builder_theme','a:16:{s:5:\"icons\";a:11:{s:17:\"brandico/facebook\";s:284:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook\" viewBox=\"0 0 486.037 1007\"><path d=\"M124 1005V536H0V367h124V223C124 110 197 5 366 5c68 0 119 7 119 7l-4 158s-52-1-108-1c-61 0-71 28-71 75v123h183l-8 169H302v469H123\"/></svg>\";s:17:\"font-awesome/star\";s:395:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"star\" viewBox=\"0 0 1664 1896.0833\"><path d=\"M1664 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5T1321 1619q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5T301 1569q0-6 2-20l86-500L25 695Q0 668 0 647q0-37 56-46l502-73L783 73q19-41 49-41t49 41l225 455 502 73q56 9 56 46z\"/></svg>\";s:28:\"font-awesome/facebook-square\";s:410:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1248 128q119 0 203.5 84.5T1536 416v960q0 119-84.5 203.5T1248 1664h-188v-595h199l30-232h-229V689q0-56 23.5-84t91.5-28l122-1V369q-63-9-178-9-136 0-217.5 80T820 666v171H620v232h200v595H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960z\"/></svg>\";s:27:\"font-awesome/twitter-square\";s:630:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1280 610q-56 25-121 34 68-40 93-117-65 38-134 51-61-66-153-66-87 0-148.5 61.5T755 722q0 29 5 48-129-7-242-65T326 550q-29 50-29 106 0 114 91 175-47-1-100-26v2q0 75 50 133.5t123 72.5q-29 8-51 8-13 0-39-4 21 63 74.5 104t121.5 42q-116 90-261 90-26 0-50-3 148 94 322 94 112 0 210-35.5t168-95 120.5-137 75-162T1176 746q0-18-1-27 63-45 105-109zm256-194v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:27:\"font-awesome/youtube-square\";s:1354:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M919 1303v-157q0-50-29-50-17 0-33 16v224q16 16 33 16 29 0 29-49zm184-122h66v-34q0-51-33-51t-33 51v34zM532 915v70h-80v423h-74V985h-78v-70h232zm201 126v367h-67v-40q-39 45-76 45-33 0-42-28-6-17-6-54v-290h66v270q0 24 1 26 1 15 15 15 20 0 42-31v-280h67zm252 111v146q0 52-7 73-12 42-53 42-35 0-68-41v36h-67V915h67v161q32-40 68-40 41 0 53 42 7 21 7 74zm251 129v9q0 29-2 43-3 22-15 40-27 40-80 40-52 0-81-38-21-27-21-86v-129q0-59 20-86 29-38 80-38t78 38q21 29 21 86v76h-133v65q0 51 34 51 24 0 30-26 0-1 .5-7t.5-16.5V1281h68zM785 457v156q0 51-32 51t-32-51V457q0-52 32-52t32 52zm533 713q0-177-19-260-10-44-43-73.5t-76-34.5q-136-15-412-15-275 0-411 15-44 5-76.5 34.5T238 910q-20 87-20 260 0 176 20 260 10 43 42.5 73t75.5 35q137 15 412 15t412-15q43-5 75.5-35t42.5-73q20-84 20-260zM563 519l90-296h-75l-51 195-53-195h-78q7 23 23 69l24 69q35 103 46 158v201h74V519zm289 81V470q0-58-21-87-29-38-78-38-51 0-78 38-21 29-21 87v130q0 58 21 87 27 38 78 38 49 0 78-38 21-27 21-87zm181 120h67V350h-67v283q-22 31-42 31-15 0-16-16-1-2-1-26V350h-67v293q0 37 6 55 11 27 43 27 36 0 77-45v40zm503-304v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:25:\"font-awesome/vimeo-square\";s:540:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"vimeo-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1292 638q10-216-161-222-231-8-312 261 44-19 82-19 85 0 74 96-4 57-74 167t-105 110q-43 0-82-169-13-54-45-255-30-189-160-177-59 7-164 100l-81 72-81 72 52 67q76-52 87-52 57 0 107 179 15 55 45 164.5t45 164.5q68 179 164 179 157 0 383-294 220-283 226-444zm244-222v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:17:\"font-awesome/plus\";s:353:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"plus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H896v416q0 40-28 68t-68 28H608q-40 0-68-28t-28-68v-416H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h416V224q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z\"/></svg>\";s:18:\"font-awesome/minus\";s:251:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"minus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h1216q40 0 68 28t28 68z\"/></svg>\";s:25:\"font-awesome/chevron-left\";s:320:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-left\" viewBox=\"0 0 1289.1823 1896.0833\"><path d=\"M1171 301L640 832l531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19L173 877q-19-19-19-45t19-45L915 45q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z\"/></svg>\";s:26:\"font-awesome/chevron-right\";s:317:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-right\" viewBox=\"0 0 1280 1896.0833\"><path d=\"M1107 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L275 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z\"/></svg>\";s:17:\"font-awesome/bars\";s:439:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"/></svg>\";}s:5:\"fonts\";a:2:{s:6:\"native\";a:0:{}s:6:\"google\";a:6:{s:4:\"Muli\";a:2:{s:7:\"weights\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Open Sans\";a:2:{s:7:\"weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"400\";i:3;s:9:\"400italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Playfair Display\";a:2:{s:7:\"weights\";a:6:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:10:\"vietnamese\";i:2;s:9:\"greek-ext\";i:3;s:5:\"greek\";i:4;s:9:\"latin-ext\";i:5;s:12:\"cyrillic-ext\";i:6;s:5:\"latin\";}s:7:\"weights\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}s:4:\"Lato\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}s:10:\"Montserrat\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"400\";i:7;s:9:\"400italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}}}s:6:\"colors\";a:6:{i:0;s:16:\"rgb(3, 169, 244)\";i:1;s:16:\"rgb(76, 175, 80)\";i:2;s:17:\"rgb(251, 192, 45)\";i:3;s:17:\"rgb(140, 35, 159)\";i:4;s:7:\"#FFFFFF\";i:5;s:12:\"rgb(0, 0, 0)\";}s:11:\"dummyChange\";s:0:\"\";s:10:\"typography\";a:2:{s:7:\"holders\";a:9:{s:2:\"h1\";a:4:{s:6:\"weight\";s:3:\"500\";s:6:\"family\";s:10:\"Montserrat\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:3:\"3.5\";}s:9:\"transform\";s:0:\"\";}s:2:\"h2\";a:1:{s:6:\"family\";s:10:\"Montserrat\";}s:2:\"h3\";a:2:{s:6:\"family\";s:10:\"Montserrat\";s:6:\"weight\";s:3:\"400\";}s:2:\"h4\";a:2:{s:6:\"family\";s:10:\"Montserrat\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:4:\"1.11\";}}s:2:\"h5\";a:2:{s:6:\"family\";s:10:\"Montserrat\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:1:\"1\";}}s:2:\"h6\";a:2:{s:6:\"family\";s:10:\"Montserrat\";s:9:\"transform\";s:9:\"uppercase\";}s:4:\"lead\";a:2:{s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:4:\"1.11\";}s:5:\"color\";s:26:\"${theme.colors.5|variant3}\";}s:1:\"p\";a:4:{s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:26:\"${theme.colors.5|variant2}\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";s:2:\"16\";}s:6:\"family\";s:9:\"Open Sans\";}s:1:\"a\";a:2:{s:5:\"color\";s:26:\"${theme.colors.0|variant3}\";s:6:\"states\";a:1:{s:5:\"hover\";a:1:{s:5:\"color\";s:17:\"${theme.colors.0}\";}}}}s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:7:\"holders\";a:1:{s:2:\"h1\";a:1:{s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:1:\"3\";}}}}s:6:\"mobile\";a:1:{s:7:\"holders\";a:1:{s:2:\"h1\";a:1:{s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:3:\"2.8\";}}}}}}s:6:\"global\";a:9:{s:7:\"content\";a:2:{s:8:\"template\";s:0:\"\";s:10:\"collection\";s:0:\"\";}s:6:\"titles\";a:10:{s:16:\"normalPageFormat\";s:7:\"{TITLE}\";s:17:\"normalResultsPage\";s:27:\"Search results for: {TITLE}\";s:9:\"errorPage\";s:22:\"Sorry! Page Not Found!\";s:10:\"singlePost\";s:7:\"{TITLE}\";s:15:\"categoryArchive\";s:16:\"Posts in {TITLE}\";s:13:\"authorArchive\";s:16:\"Posts in {TITLE}\";s:10:\"tagArchive\";s:16:\"Posts in {TITLE}\";s:11:\"yearArchive\";s:16:\"Posts in {TITLE}\";s:12:\"monthArchive\";s:16:\"Posts in {TITLE}\";s:10:\"dayArchive\";s:16:\"Posts in {TITLE}\";}s:6:\"vSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:6:\"hSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:14:\"sectionSpacing\";a:2:{s:5:\"value\";s:2:\"75\";s:4:\"unit\";s:2:\"px\";}s:10:\"transition\";a:1:{s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"0.5\";s:4:\"unit\";s:1:\"s\";}}s:9:\"templates\";a:2:{s:4:\"blog\";a:2:{s:5:\"style\";a:1:{s:11:\"descendants\";a:2:{s:7:\"section\";a:1:{s:7:\"padding\";a:1:{s:3:\"top\";a:1:{s:5:\"value\";s:2:\"90\";}}}s:4:\"grid\";a:1:{s:6:\"margin\";a:1:{s:3:\"top\";a:1:{s:5:\"value\";i:-115;}}}}}s:5:\"props\";a:1:{s:11:\"descendants\";a:1:{s:3:\"row\";a:2:{s:6:\"layout\";a:2:{s:13:\"horizontalGap\";i:2;s:11:\"verticalGap\";i:2;}s:14:\"layout-classes\";a:3:{s:5:\"unset\";b:1;s:11:\"outer_class\";a:1:{i:0;s:16:\"gutters-row-lg-2\";}s:11:\"inner_class\";a:1:{i:0;s:16:\"gutters-col-lg-2\";}}}}}}s:11:\"woocommerce\";a:2:{s:5:\"props\";a:1:{s:11:\"descendants\";a:1:{s:7:\"section\";a:1:{s:8:\"sidebars\";a:1:{s:4:\"left\";b:1;}}}}s:5:\"style\";a:1:{s:11:\"descendants\";a:1:{s:12:\"sidebar-left\";a:1:{s:11:\"columnWidth\";a:1:{s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";i:25;}}}}}}}s:13:\"multilanguage\";a:2:{s:5:\"props\";a:2:{s:7:\"enabled\";b:1;s:4:\"type\";s:8:\"dropdown\";}s:5:\"style\";a:1:{s:11:\"descendants\";a:2:{s:9:\"container\";a:3:{s:10:\"background\";a:1:{s:5:\"color\";s:5:\"white\";}s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:80;}s:6:\"border\";a:2:{s:3:\"top\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}s:6:\"bottom\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}}}s:5:\"flags\";a:1:{s:7:\"padding\";a:4:{s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}s:6:\"bottom\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}}}}}}s:5:\"media\";a:2:{s:6:\"mobile\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:2:\"px\";}}s:6:\"tablet\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:60;s:4:\"unit\";s:2:\"px\";}}}}s:4:\"menu\";a:2:{s:16:\"defaultLocations\";a:3:{s:6:\"header\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";s:8:\"priority\";i:2;}}s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";s:8:\"priority\";i:1;}}s:6:\"footer\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";s:8:\"priority\";i:2;}}}s:9:\"locations\";a:5:{i:0;a:2:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";}i:1;a:2:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";}i:2;a:2:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";}i:3;a:2:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";}i:4;a:2:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";}}}s:3:\"css\";s:24587:\"\r\n.h-y-container > *:not(:last-child), .h-x-container-inner > * {\n margin-bottom: 20px;\n}\n.h-x-container-inner, .h-column__content > .h-x-container > *:last-child {\n margin-bottom: -20px;\n}\n.h-x-container-inner > * {\n padding-left: 10px;\n padding-right: 10px;\n}\n.h-x-container-inner {\n margin-left: -10px;\n margin-right: -10px;\n}\n[class*=style-], [class*=local-style-], .h-global-transition, .h-global-transition-all, .h-global-transition-all * {\n transition-duration: 0.5s;\n}\n.wp-block-button .wp-block-button__link:not(.has-background),.wp-block-file .wp-block-file__button {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link:not(.has-background):hover,.wp-block-button .wp-block-button__link:not(.has-background):focus,.wp-block-button .wp-block-button__link:not(.has-background):active,.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:active {\n background-color: rgb(2, 110, 159);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {\n color: rgb(3, 169, 244);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active {\n color: #fff;\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n.has-background-color,*[class^=\"wp-block-\"].is-style-solid-color {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n.has-colibri-color-1-background-color {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:active {\n background-color: rgb(2, 110, 159);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color {\n color: rgb(3, 169, 244);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:active {\n color: #fff;\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-1-background-color,*[class^=\"wp-block-\"] .has-colibri-color-1-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color p {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n.has-colibri-color-1-color {\n color: rgb(3, 169, 244);\n}\n.has-colibri-color-2-background-color {\n background-color: rgb(76, 175, 80);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color {\n background-color: rgb(76, 175, 80);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:active {\n background-color: rgb(39, 90, 41);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color {\n color: rgb(76, 175, 80);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(76, 175, 80);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(76, 175, 80);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(76, 175, 80);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(76, 175, 80);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:active {\n color: #fff;\n background-color: rgb(76, 175, 80);\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-2-background-color,*[class^=\"wp-block-\"] .has-colibri-color-2-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color p {\n background-color: rgb(76, 175, 80);\n background-image: none;\n}\n.has-colibri-color-2-color {\n color: rgb(76, 175, 80);\n}\n.has-colibri-color-3-background-color {\n background-color: rgb(251, 192, 45);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color {\n background-color: rgb(251, 192, 45);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:active {\n background-color: rgb(166, 127, 30);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color {\n color: rgb(251, 192, 45);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(251, 192, 45);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(251, 192, 45);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(251, 192, 45);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(251, 192, 45);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:active {\n color: #fff;\n background-color: rgb(251, 192, 45);\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-3-background-color,*[class^=\"wp-block-\"] .has-colibri-color-3-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color p {\n background-color: rgb(251, 192, 45);\n background-image: none;\n}\n.has-colibri-color-3-color {\n color: rgb(251, 192, 45);\n}\n.has-colibri-color-4-background-color {\n background-color: rgb(140, 35, 159);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color {\n background-color: rgb(140, 35, 159);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:active {\n background-color: rgb(140, 35, 159);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color {\n color: rgb(140, 35, 159);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(140, 35, 159);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(140, 35, 159);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(140, 35, 159);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(140, 35, 159);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:active {\n color: #fff;\n background-color: rgb(140, 35, 159);\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-4-background-color,*[class^=\"wp-block-\"] .has-colibri-color-4-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color p {\n background-color: rgb(140, 35, 159);\n background-image: none;\n}\n.has-colibri-color-4-color {\n color: rgb(140, 35, 159);\n}\n.has-colibri-color-5-background-color {\n background-color: #FFFFFF;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color {\n background-color: #FFFFFF;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:active {\n background-color: rgb(102, 102, 102);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color {\n color: #FFFFFF;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:active {\n color: #fff;\n background-color: #FFFFFF;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-5-background-color,*[class^=\"wp-block-\"] .has-colibri-color-5-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color p {\n background-color: #FFFFFF;\n background-image: none;\n}\n.has-colibri-color-5-color {\n color: #FFFFFF;\n}\n.has-colibri-color-6-background-color {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:active {\n background-color: rgb(51, 51, 51);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color {\n color: rgb(0, 0, 0);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(0, 0, 0);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(0, 0, 0);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(0, 0, 0);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(0, 0, 0);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:active {\n color: #fff;\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-6-background-color,*[class^=\"wp-block-\"] .has-colibri-color-6-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color p {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n.has-colibri-color-6-color {\n color: rgb(0, 0, 0);\n}\n#colibri .woocommerce-store-notice,#colibri.woocommerce .content .h-section input[type=submit],#colibri.woocommerce-page .content .h-section input[type=button],#colibri.woocommerce .content .h-section input[type=button],#colibri.woocommerce-page .content .h-section .button,#colibri.woocommerce .content .h-section .button,#colibri.woocommerce-page .content .h-section a.button,#colibri.woocommerce .content .h-section a.button,#colibri.woocommerce-page .content .h-section button.button,#colibri.woocommerce .content .h-section button.button,#colibri.woocommerce-page .content .h-section input.button,#colibri.woocommerce .content .h-section input.button,#colibri.woocommerce-page .content .h-section input#submit,#colibri.woocommerce .content .h-section input#submit,#colibri.woocommerce-page .content .h-section a.added_to_cart,#colibri.woocommerce .content .h-section a.added_to_cart,#colibri.woocommerce-page .content .h-section .ui-slider-range,#colibri.woocommerce .content .h-section .ui-slider-range,#colibri.woocommerce-page .content .h-section .ui-slider-handle,#colibri.woocommerce .content .h-section .ui-slider-handle {\n background-color: rgb(3, 169, 244);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n}\n#colibri .woocommerce-store-notice:hover,#colibri .woocommerce-store-notice:focus,#colibri .woocommerce-store-notice:active,#colibri.woocommerce .content .h-section input[type=submit]:hover,#colibri.woocommerce .content .h-section input[type=submit]:focus,#colibri.woocommerce .content .h-section input[type=submit]:active,#colibri.woocommerce-page .content .h-section input[type=button]:hover,#colibri.woocommerce-page .content .h-section input[type=button]:focus,#colibri.woocommerce-page .content .h-section input[type=button]:active,#colibri.woocommerce .content .h-section input[type=button]:hover,#colibri.woocommerce .content .h-section input[type=button]:focus,#colibri.woocommerce .content .h-section input[type=button]:active,#colibri.woocommerce-page .content .h-section .button:hover,#colibri.woocommerce-page .content .h-section .button:focus,#colibri.woocommerce-page .content .h-section .button:active,#colibri.woocommerce .content .h-section .button:hover,#colibri.woocommerce .content .h-section .button:focus,#colibri.woocommerce .content .h-section .button:active,#colibri.woocommerce-page .content .h-section a.button:hover,#colibri.woocommerce-page .content .h-section a.button:focus,#colibri.woocommerce-page .content .h-section a.button:active,#colibri.woocommerce .content .h-section a.button:hover,#colibri.woocommerce .content .h-section a.button:focus,#colibri.woocommerce .content .h-section a.button:active,#colibri.woocommerce-page .content .h-section button.button:hover,#colibri.woocommerce-page .content .h-section button.button:focus,#colibri.woocommerce-page .content .h-section button.button:active,#colibri.woocommerce .content .h-section button.button:hover,#colibri.woocommerce .content .h-section button.button:focus,#colibri.woocommerce .content .h-section button.button:active,#colibri.woocommerce-page .content .h-section input.button:hover,#colibri.woocommerce-page .content .h-section input.button:focus,#colibri.woocommerce-page .content .h-section input.button:active,#colibri.woocommerce .content .h-section input.button:hover,#colibri.woocommerce .content .h-section input.button:focus,#colibri.woocommerce .content .h-section input.button:active,#colibri.woocommerce-page .content .h-section input#submit:hover,#colibri.woocommerce-page .content .h-section input#submit:focus,#colibri.woocommerce-page .content .h-section input#submit:active,#colibri.woocommerce .content .h-section input#submit:hover,#colibri.woocommerce .content .h-section input#submit:focus,#colibri.woocommerce .content .h-section input#submit:active,#colibri.woocommerce-page .content .h-section a.added_to_cart:hover,#colibri.woocommerce-page .content .h-section a.added_to_cart:focus,#colibri.woocommerce-page .content .h-section a.added_to_cart:active,#colibri.woocommerce .content .h-section a.added_to_cart:hover,#colibri.woocommerce .content .h-section a.added_to_cart:focus,#colibri.woocommerce .content .h-section a.added_to_cart:active,#colibri.woocommerce-page .content .h-section .ui-slider-range:hover,#colibri.woocommerce-page .content .h-section .ui-slider-range:focus,#colibri.woocommerce-page .content .h-section .ui-slider-range:active,#colibri.woocommerce .content .h-section .ui-slider-range:hover,#colibri.woocommerce .content .h-section .ui-slider-range:focus,#colibri.woocommerce .content .h-section .ui-slider-range:active,#colibri.woocommerce-page .content .h-section .ui-slider-handle:hover,#colibri.woocommerce-page .content .h-section .ui-slider-handle:focus,#colibri.woocommerce-page .content .h-section .ui-slider-handle:active,#colibri.woocommerce .content .h-section .ui-slider-handle:hover,#colibri.woocommerce .content .h-section .ui-slider-handle:focus,#colibri.woocommerce .content .h-section .ui-slider-handle:active {\n background-color: rgb(2, 110, 159);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(2, 110, 159);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(2, 110, 159);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(2, 110, 159);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(2, 110, 159);\n border-left-style: solid;\n}\n#colibri.woocommerce-page .content .h-section .star-rating::before,#colibri.woocommerce .content .h-section .star-rating::before,#colibri.woocommerce-page .content .h-section .star-rating span::before,#colibri.woocommerce .content .h-section .star-rating span::before {\n color: rgb(3, 169, 244);\n}\n#colibri.woocommerce-page .content .h-section .price,#colibri.woocommerce .content .h-section .price {\n color: rgb(3, 169, 244);\n}\n#colibri.woocommerce-page .content .h-section .price del,#colibri.woocommerce .content .h-section .price del {\n color: rgb(84, 194, 244);\n}\n#colibri.woocommerce-page .content .h-section .onsale,#colibri.woocommerce .content .h-section .onsale {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri.woocommerce-page .content .h-section .onsale:hover,#colibri.woocommerce-page .content .h-section .onsale:focus,#colibri.woocommerce-page .content .h-section .onsale:active,#colibri.woocommerce .content .h-section .onsale:hover,#colibri.woocommerce .content .h-section .onsale:focus,#colibri.woocommerce .content .h-section .onsale:active {\n background-color: rgb(2, 110, 159);\n background-image: none;\n}\n#colibri.woocommerce ul.products li.product h2:hover {\n color: rgb(3, 169, 244);\n}\n#colibri.woocommerce-page .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce-page .content .h-section .woocommerce-pagination a.page-numbers:hover,#colibri.woocommerce .content .h-section .woocommerce-pagination a.page-numbers:hover {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri.woocommerce-page .content .h-section .comment-form-rating .stars a,#colibri.woocommerce .content .h-section .comment-form-rating .stars a {\n color: rgb(3, 169, 244);\n}\n.h-section-global-spacing {\n padding-top: 75px;\n padding-bottom: 75px;\n}\n#colibri .colibri-language-switcher {\n background-color: white;\n background-image: none;\n top: 80px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 4px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .colibri-language-switcher .lang-item {\n padding-top: 14px;\n padding-right: 18px;\n padding-bottom: 14px;\n padding-left: 18px;\n}\nbody {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(102, 102, 102);\n}\nbody a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 1em;\n line-height: 1.5;\n color: rgb(2, 110, 159);\n}\nbody a:hover {\n color: rgb(3, 169, 244);\n}\nbody p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(102, 102, 102);\n}\nbody .h-lead p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 1.11em;\n line-height: 1.5;\n color: rgb(51, 51, 51);\n}\nbody blockquote p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\nbody h1 {\n margin-bottom: 16px;\n font-family: Montserrat;\n font-weight: 500;\n font-size: 3.5em;\n line-height: 1.26;\n color: rgb(51, 51, 51);\n}\nbody h2 {\n margin-bottom: 16px;\n font-family: Montserrat;\n font-weight: 300;\n font-size: 2.625em;\n line-height: 1.143;\n color: rgb(51, 51, 51);\n}\nbody h3 {\n margin-bottom: 16px;\n font-family: Montserrat;\n font-weight: 400;\n font-size: 2.25em;\n line-height: 1.25;\n color: rgb(51, 51, 51);\n}\nbody h4 {\n margin-bottom: 16px;\n font-family: Montserrat;\n font-weight: 600;\n font-size: 1.11em;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n}\nbody h5 {\n margin-bottom: 16px;\n font-family: Montserrat;\n font-weight: 600;\n font-size: 1em;\n line-height: 1.55;\n color: rgb(51, 51, 51);\n}\nbody h6 {\n margin-bottom: 16px;\n font-family: Montserrat;\n font-weight: 600;\n font-size: 1em;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n text-transform: uppercase;\n}\n .content.colibri-main-content-single .main-section,.content.colibri-main-content-archive .main-section {\n padding-top: 90px;\n}\n .content.colibri-main-content-single .main-section .main-section-inner,.content.colibri-main-content-archive .main-section .main-section-inner {\n margin-top: -115px;\n}\n\r\n\r\n@media (min-width: 768px) and (max-width: 1023px){\r\n.h-section-global-spacing {\n padding-top: 60px;\n padding-bottom: 60px;\n}\nbody h1 {\n font-size: 3em;\n}\n\r\n}\n\r\n@media (max-width: 767px){\r\n.h-section-global-spacing {\n padding-top: 30px;\n padding-bottom: 30px;\n}\nbody h1 {\n font-size: 2.8em;\n}\n\r\n}\n\";s:6:\"medias\";a:3:{s:7:\"desktop\";a:6:{s:2:\"id\";s:7:\"desktop\";s:5:\"label\";s:7:\"desktop\";s:4:\"icon\";s:15:\"desktop_windows\";s:4:\"show\";b:1;s:4:\"main\";b:1;s:10:\"gridPrefix\";s:2:\"lg\";}s:6:\"tablet\";a:7:{s:2:\"id\";s:6:\"tablet\";s:5:\"label\";s:6:\"tablet\";s:4:\"icon\";s:14:\"tablet_android\";s:4:\"show\";b:0;s:5:\"width\";i:1024;s:10:\"gridPrefix\";s:2:\"md\";s:5:\"query\";s:49:\"@media (min-width: 768px) and (max-width: 1023px)\";}s:6:\"mobile\";a:6:{s:2:\"id\";s:6:\"mobile\";s:5:\"label\";s:6:\"mobile\";s:4:\"icon\";s:13:\"phone_android\";s:4:\"show\";b:0;s:5:\"width\";i:480;s:5:\"query\";s:25:\"@media (max-width: 767px)\";}}s:8:\"defaults\";a:1:{s:8:\"partials\";a:4:{s:7:\"sidebar\";a:6:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:28;s:12:\"archive_post\";i:-1;s:7:\"product\";i:31;s:15:\"archive_product\";i:-1;}s:6:\"header\";a:6:{s:10:\"front_page\";i:6;s:4:\"page\";i:-1;s:4:\"post\";i:10;s:12:\"archive_post\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:6:\"footer\";a:6:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:13;s:12:\"archive_post\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:4:\"main\";a:6:{i:404;i:22;s:4:\"post\";i:16;s:7:\"archive\";i:19;s:15:\"archive_product\";i:-1;s:7:\"product\";i:-1;s:6:\"search\";i:25;}}}s:12:\"widget_areas\";a:10:{s:20:\"header-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Header widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Header widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Header widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"header\";}s:21:\"content-widget-area-1\";a:3:{s:4:\"name\";s:21:\"In page widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-2\";a:3:{s:4:\"name\";s:21:\"In page widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-3\";a:3:{s:4:\"name\";s:21:\"In page widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:7:\"content\";}s:20:\"footer-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Footer widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Footer widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Footer widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-4\";a:3:{s:4:\"name\";s:20:\"Footer widget area 4\";s:5:\"index\";i:4;s:4:\"type\";s:6:\"footer\";}}s:4:\"urls\";a:2:{s:19:\"colibri_uploads_url\";s:51:\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads\";s:16:\"colibri_home_url\";s:33:\"https://cdc.uinfasbengkulu.ac.id/\";}s:8:\"imported\";a:11:{s:18:\"theme_default_data\";b:1;s:17:\"header/front_page\";b:1;s:11:\"header/post\";b:1;s:11:\"footer/post\";b:1;s:9:\"main/post\";b:1;s:12:\"main/archive\";b:1;s:8:\"main/404\";b:1;s:11:\"main/search\";b:1;s:12:\"sidebar/post\";b:1;s:15:\"sidebar/product\";b:1;s:15:\"page/front_page\";b:1;}s:14:\"cssByPartialId\";a:10:{i:6;a:6:{s:10:\"local-6-h4\";a:2:{s:7:\"desktop\";s:296:\"#colibri .style-local-6-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-6-h4-outer,#colibri .h-navigation_sticky.style-local-6-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:218:\"#colibri .style-local-6-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-6-h4-outer,#colibri .h-navigation_sticky.style-local-6-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n\";}s:10:\"local-6-h6\";a:1:{s:7:\"desktop\";s:91:\"#colibri .style-local-6-h6-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";}s:10:\"local-6-h8\";a:1:{s:7:\"desktop\";s:296:\"#colibri .style-local-6-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-6-h8-outer,#colibri .h-navigation_sticky.style-local-6-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";}s:11:\"local-6-h14\";a:2:{s:7:\"desktop\";s:92:\"#colibri .style-local-6-h14-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:94:\"#colibri .style-local-6-h14-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-6-h17\";a:2:{s:7:\"desktop\";s:92:\"#colibri .style-local-6-h17-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:94:\"#colibri .style-local-6-h17-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-6-h26\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-6-h26-outer {\n width: 90% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-6-h26-outer {\n width: 80% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-6-h26-outer {\n width: 100% ;\n}\n\";}}i:10;a:6:{s:11:\"local-10-h4\";a:2:{s:7:\"desktop\";s:299:\"#colibri .style-local-10-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-10-h4-outer,#colibri .h-navigation_sticky.style-local-10-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:221:\"#colibri .style-local-10-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-10-h4-outer,#colibri .h-navigation_sticky.style-local-10-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n\";}s:11:\"local-10-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-10-h6-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";}s:11:\"local-10-h8\";a:1:{s:7:\"desktop\";s:299:\"#colibri .style-local-10-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-10-h8-outer,#colibri .h-navigation_sticky.style-local-10-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";}s:12:\"local-10-h14\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-10-h14-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:95:\"#colibri .style-local-10-h14-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-10-h17\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-10-h17-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:95:\"#colibri .style-local-10-h17-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-10-h26\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-10-h26-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:13;a:1:{s:11:\"local-13-f4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-13-f4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:16;a:11:{s:11:\"local-16-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-16-m4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-16-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-16-m5-height {\n min-height: 300px;\n}\n\";}s:11:\"local-16-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-16-m7-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-16-m11\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-16-m11-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:55:\"#colibri .style-local-16-m11-outer {\n width: 100% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-16-m11-outer {\n width: 100% ;\n}\n\";}s:11:\"local-16-m9\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-16-m9-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-16-m9-outer {\n width: 100% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-16-m9-outer {\n width: 100% ;\n}\n\";}s:12:\"local-16-m15\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-16-m25\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-16-m27\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-16-m28\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-16-m31\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-16-m31-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-16-m17\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:19;a:8:{s:11:\"local-19-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-19-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-19-m5-height {\n min-height: 300px;\n}\n\";}s:11:\"local-19-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-19-m7-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-19-m11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m17\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m21\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:22;a:1:{s:11:\"local-22-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-22-m3-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:25;a:7:{s:11:\"local-25-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-25-m3-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-25-m7\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-25-m9\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-25-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-25-m15\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-25-m17\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-25-m20\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-25-m20-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:28;a:1:{s:11:\"local-28-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-28-s4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:31;a:1:{s:11:\"local-31-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-s4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:34;a:30:{s:11:\"local-34-c4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-c4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-34-c6\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-34-c6-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c11\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c11-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c16\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c16-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c21\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c21-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c42\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c42-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c50\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c50-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c34\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c34-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c36\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c36-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c45\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c45-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c53\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c53-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c37\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c37-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c38\";a:1:{s:7:\"desktop\";s:80:\"#colibri .style-local-34-c38-image {\n max-width: 195px;\n max-height: 195px;\n}\n\";}s:12:\"local-34-c46\";a:1:{s:7:\"desktop\";s:80:\"#colibri .style-local-34-c46-image {\n max-width: 195px;\n max-height: 195px;\n}\n\";}s:12:\"local-34-c54\";a:1:{s:7:\"desktop\";s:80:\"#colibri .style-local-34-c54-image {\n max-width: 195px;\n max-height: 195px;\n}\n\";}s:12:\"local-34-c44\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c44-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c52\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c52-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c59\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-c59-outer {\n width: 70% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-34-c59-outer {\n width: 90% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-34-c59-outer {\n width: 100% ;\n}\n\";}s:12:\"local-34-c63\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c63-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c66\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c66-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c69\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c69-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c74\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c74-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c76\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-34-c76-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"dynamic-34-c77\";a:1:{s:7:\"desktop\";s:60:\".site .style-dynamic-34-c77-height {\n min-height: 300px;\n}\n\";}s:12:\"local-34-c79\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-34-c79-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-c83\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-34-c85\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-34-c89\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-c89-outer {\n width: 70% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-34-c89-outer {\n width: 90% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-34-c89-outer {\n width: 100% ;\n}\n\";}s:12:\"local-34-c28\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-c28-outer {\n width: 43% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-34-c28-outer {\n width: 90% ;\n}\n\";}s:12:\"local-34-c29\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-c29-outer {\n width: 57% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-34-c29-outer {\n width: 100% ;\n}\n\";}}}s:7:\"cssById\";a:329:{i:1;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:2;a:3:{s:7:\"desktop\";s:329:\"#colibri .style-2 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-bottom: 20px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:189:\"#colibri .style-2 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:3;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:4;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-4 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:5;a:3:{s:7:\"desktop\";s:656:\"#colibri .style-5-image {\n max-height: 70px;\n}\n#colibri .style-5 a,#colibri .style-5 .logo-text {\n color: #ffffff;\n font-family: Montserrat;\n font-weight: 600;\n text-decoration: none;\n text-transform: uppercase;\n font-size: 15px;\n letter-spacing: 2px;\n}\n#colibri .style-5 .logo-text {\n color: #FFFFFF;\n}\n#colibri .h-navigation_sticky .style-5-image,#colibri .h-navigation_sticky.style-5-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-5 a,#colibri .h-navigation_sticky .style-5 .logo-text,#colibri .h-navigation_sticky.style-5 a,#colibri .h-navigation_sticky.style-5 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:6;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-6 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:7;a:3:{s:7:\"desktop\";s:38:\"#colibri .style-7 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:8;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-8 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:9;a:3:{s:7:\"desktop\";s:8664:\"#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-start;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: rgb(3, 169, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: rgb(3, 169, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-9 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #FFFFFF;\n background-image: none;\n height: 2px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-9 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(102, 102, 102);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > .arrow-wrapper {\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > .arrow-wrapper {\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: #FFFFFF;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-9 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-9 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n color: rgb(0, 0, 0);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:10;a:3:{s:7:\"desktop\";s:1143:\"#colibri .style-10-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-10-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-10 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n#colibri .h-navigation_sticky .style-10 .h-hamburger-icon,#colibri .h-navigation_sticky.style-10 .h-hamburger-icon {\n fill: rgb(0, 0, 0);\n background-color: rgba(255, 255, 255, 0.1);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:11;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:12;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:13;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-13 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:14;a:3:{s:7:\"desktop\";s:591:\"#colibri .style-14-image {\n max-height: 70px;\n}\n#colibri .style-14 a,#colibri .style-14 .logo-text {\n color: #ffffff;\n font-family: Montserrat;\n font-weight: 600;\n text-decoration: none;\n text-transform: uppercase;\n font-size: 15px;\n}\n#colibri .h-navigation_sticky .style-14-image,#colibri .h-navigation_sticky.style-14-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-14 a,#colibri .h-navigation_sticky .style-14 .logo-text,#colibri .h-navigation_sticky.style-14 a,#colibri .h-navigation_sticky.style-14 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:15;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:16;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-16 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:17;a:3:{s:7:\"desktop\";s:5388:\"#colibri .style-17 {\n background-color: rgba(0,0,0,0);\n background-image: none;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n letter-spacing: 1px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n background-color: rgb(3, 169, 244);\n background-image: none;\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n letter-spacing: 1px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: rgba(0,0,0,0);\n background-image: none;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n background-color: rgba(3, 169, 244, 0.8);\n background-image: none;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n background-color: rgba(3, 169, 244, 0.8);\n background-image: none;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n background-color: rgba(3, 169, 244, 0.8);\n background-image: none;\n font-size: 14px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: #FFFFFF;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: #FFFFFF;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:18;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:19;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:20;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:21;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:22;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:23;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:24;a:3:{s:7:\"desktop\";s:659:\"#colibri .style-24 {\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/gedung.jpg\");\n background-attachment: fixed;\n background-repeat: no-repeat;\n padding-top: 200px;\n padding-bottom: 169px;\n color: #FFFFFF;\n}\n#colibri .style-24 p {\n color: #FFFFFF;\n}\n#colibri .style-24 h1 {\n color: #FFFFFF;\n}\n#colibri .style-24 h2 {\n color: #FFFFFF;\n}\n#colibri .style-24 h3 {\n color: #FFFFFF;\n}\n#colibri .style-24 h4 {\n color: #FFFFFF;\n}\n#colibri .style-24 h5 {\n color: #FFFFFF;\n}\n#colibri .style-24 h6 {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-24 {\n padding-top: 100px;\n}\n\";}i:25;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:26;a:3:{s:7:\"desktop\";s:518:\"#colibri .style-26 {\n text-align: left;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-style: solid;\n border-top-left-radius: 9px;\n border-top-right-radius: 9px;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-style: solid;\n border-bottom-left-radius: 9px;\n border-bottom-right-radius: 9px;\n border-left-width: 0px;\n border-left-style: solid;\n transform: translateX(-17%) translateY(-8%);\n transform-origin: center center 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:27;a:3:{s:7:\"desktop\";s:372:\"#colibri .style-27 p,#colibri .style-27 h1,#colibri .style-27 h2,#colibri .style-27 h3,#colibri .style-27 h4,#colibri .style-27 h5,#colibri .style-27 h6 {\n color: #FFFFFF;\n padding-bottom: 40px;\n text-align: left;\n}\n#colibri .style-27 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:28;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:29;a:3:{s:7:\"desktop\";s:1380:\"#colibri .style-29-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-29 {\n text-align: center;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n transition-duration: 0.5s;\n background-color: rgb(3, 169, 244);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .style-29:hover,#colibri .style-29:focus {\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n background-color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-29:active .style-29-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:30;a:3:{s:7:\"desktop\";s:1191:\"#colibri .style-30-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-30 {\n text-align: center;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n border-top-width: 2px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n transition-duration: 0.5s;\n background-color: rgba(0,0,0,0);\n background-image: none;\n}\n#colibri .style-30:hover,#colibri .style-30:focus {\n background-color: rgba(255, 255, 255, 0.2);\n box-shadow: none;\n}\n#colibri .style-30:active .style-30-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:31;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:32;a:3:{s:7:\"desktop\";s:332:\"#colibri .style-32 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-bottom: 20px;\n}\n#colibri .h-navigation_sticky .style-32,#colibri .h-navigation_sticky.style-32 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:192:\"#colibri .style-32 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-32,#colibri .h-navigation_sticky.style-32 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:33;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:34;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-34 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:35;a:3:{s:7:\"desktop\";s:666:\"#colibri .style-35-image {\n max-height: 70px;\n}\n#colibri .style-35 a,#colibri .style-35 .logo-text {\n color: #ffffff;\n font-family: Montserrat;\n font-weight: 600;\n text-decoration: none;\n text-transform: uppercase;\n font-size: 15px;\n letter-spacing: 2px;\n}\n#colibri .style-35 .logo-text {\n color: #FFFFFF;\n}\n#colibri .h-navigation_sticky .style-35-image,#colibri .h-navigation_sticky.style-35-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-35 a,#colibri .h-navigation_sticky .style-35 .logo-text,#colibri .h-navigation_sticky.style-35 a,#colibri .h-navigation_sticky.style-35 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:36;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-36 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:37;a:3:{s:7:\"desktop\";s:39:\"#colibri .style-37 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:38;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-38 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:39;a:3:{s:7:\"desktop\";s:8722:\"#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-start;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: rgb(3, 169, 244);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: rgb(3, 169, 244);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-39 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #FFFFFF;\n background-image: none;\n height: 2px;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-39 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: #FFFFFF;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: #FFFFFF;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(102, 102, 102);\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > .arrow-wrapper {\n color: #FFFFFF;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a > .arrow-wrapper,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a > .arrow-wrapper {\n color: #FFFFFF;\n}\n#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: #FFFFFF;\n}\n#colibri .h-navigation_sticky .style-39 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-39 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-39 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-39 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-39 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-39 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-39 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-39 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .h-navigation_sticky .style-39 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper,#colibri .h-navigation_sticky.style-39 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .h-navigation_sticky.style-39 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n color: rgb(0, 0, 0);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:40;a:3:{s:7:\"desktop\";s:1143:\"#colibri .style-40-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-40-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-40 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n#colibri .h-navigation_sticky .style-40 .h-hamburger-icon,#colibri .h-navigation_sticky.style-40 .h-hamburger-icon {\n fill: rgb(0, 0, 0);\n background-color: rgba(255, 255, 255, 0.1);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:41;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:42;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:43;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-43 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:44;a:3:{s:7:\"desktop\";s:591:\"#colibri .style-44-image {\n max-height: 70px;\n}\n#colibri .style-44 a,#colibri .style-44 .logo-text {\n color: #ffffff;\n font-family: Montserrat;\n font-weight: 600;\n text-decoration: none;\n text-transform: uppercase;\n font-size: 15px;\n}\n#colibri .h-navigation_sticky .style-44-image,#colibri .h-navigation_sticky.style-44-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-44 a,#colibri .h-navigation_sticky .style-44 .logo-text,#colibri .h-navigation_sticky.style-44 a,#colibri .h-navigation_sticky.style-44 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:45;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:46;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-46 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:47;a:3:{s:7:\"desktop\";s:5388:\"#colibri .style-47 {\n background-color: rgba(0,0,0,0);\n background-image: none;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n letter-spacing: 1px;\n color: white;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n background-color: rgb(3, 169, 244);\n background-image: none;\n font-family: Montserrat;\n font-weight: 500;\n text-transform: uppercase;\n font-size: 12px;\n letter-spacing: 1px;\n color: white;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: rgba(0,0,0,0);\n background-image: none;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n background-color: rgba(3, 169, 244, 0.8);\n background-image: none;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n background-color: rgba(3, 169, 244, 0.8);\n background-image: none;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n background-color: rgba(3, 169, 244, 0.8);\n background-image: none;\n font-size: 14px;\n color: white;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: #FFFFFF;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: #FFFFFF;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-47 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:48;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:49;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:50;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:51;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:52;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:53;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:54;a:3:{s:7:\"desktop\";s:678:\"#colibri .style-54 {\n height: auto;\n min-height: unset;\n color: #FFFFFF;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/home-page-header-scaled-1.jpg\");\n background-attachment: fixed;\n background-repeat: no-repeat;\n padding-top: 150px;\n padding-bottom: 250px;\n}\n#colibri .style-54 h1 {\n color: #FFFFFF;\n}\n#colibri .style-54 h2 {\n color: #FFFFFF;\n}\n#colibri .style-54 h3 {\n color: #FFFFFF;\n}\n#colibri .style-54 h4 {\n color: #FFFFFF;\n}\n#colibri .style-54 h5 {\n color: #FFFFFF;\n}\n#colibri .style-54 h6 {\n color: #FFFFFF;\n}\n#colibri .style-54 p {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:55;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:56;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-56 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:57;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:58;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:59;a:3:{s:7:\"desktop\";s:581:\"#colibri .style-59 {\n height: auto;\n min-height: unset;\n padding-top: 15px;\n padding-bottom: 15px;\n background-color: rgb(255, 252, 252);\n background-image: none;\n border-top-width: 5px;\n border-top-color: rgba(255, 255, 255, 0.5);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgba(255, 255, 255, 0.5);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgba(255, 255, 255, 0.5);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgba(255, 255, 255, 0.5);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:60;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:61;a:3:{s:7:\"desktop\";s:156:\".style-61 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-61 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:62;a:3:{s:7:\"desktop\";s:159:\"#colibri .style-62 {\n color: rgba(255, 255, 255, 0.7);\n}\n#colibri .style-62 a {\n color: #FFFFFF;\n}\n#colibri .style-62 a:hover {\n color: rgb(3, 169, 244);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:63;a:3:{s:7:\"desktop\";s:261:\"#colibri .style-63 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-top: -120px;\n}\n\";s:6:\"tablet\";s:44:\"#colibri .style-63 {\n margin-top: -95px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:64;a:3:{s:7:\"desktop\";s:103:\"#colibri .style-64 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:65;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:66;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:67;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:68;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:69;a:3:{s:7:\"desktop\";s:708:\"#colibri .style-69 {\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 42%, rgb(243, 243, 243) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 20px 40px 2px rgba(0, 0, 0, 0.15) ;\n margin-right: 40px;\n margin-bottom: 40px;\n margin-left: 40px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 27px;\n border-top-right-radius: 27px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 5px;\n border-bottom-style: none;\n border-bottom-left-radius: 25px;\n border-bottom-right-radius: 25px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:143:\"#colibri .style-69 {\n box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.15) ;\n margin-right: 20px;\n margin-bottom: 20px;\n margin-left: 20px;\n}\n\";s:6:\"mobile\";s:143:\"#colibri .style-69 {\n box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.15) ;\n margin-right: 15px;\n margin-bottom: 20px;\n margin-left: 15px;\n}\n\";}i:70;a:3:{s:7:\"desktop\";s:209:\".style-70 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-70 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:71;a:3:{s:7:\"desktop\";s:526:\"#colibri .style-71 {\n background-color: rgba(255,255,255,0);\n background-image: none;\n text-align: center;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 25px;\n border-top-right-radius: 25px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-71 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:72;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:73;a:3:{s:7:\"desktop\";s:154:\".style-73 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-73 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:74;a:3:{s:7:\"desktop\";s:456:\"#colibri .style-74 {\n margin-bottom: 15px;\n border-top-width: 0px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-bottom: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:75;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-75 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:76;a:3:{s:7:\"desktop\";s:778:\"#colibri .style-76 a,#colibri .style-76 .colibri-post-category {\n margin-right: 10px;\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: underline;\n text-transform: lowercase;\n font-size: 14px;\n color: rgb(102, 102, 102);\n border-top-width: 0px;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: solid;\n}\n#colibri .style-76 a:hover,#colibri .style-76 .colibri-post-category:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-76 a:hover,#colibri .style-76 .colibri-post-category:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-76 .categories-prefix {\n margin-right: 16px;\n font-size: 14px;\n color: rgb(51, 51, 51);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:77;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-77 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:63:\"#colibri .style-77 {\n text-align: left;\n padding-top: 5px;\n}\n\";s:6:\"mobile\";s:63:\"#colibri .style-77 {\n text-align: left;\n padding-top: 5px;\n}\n\";}i:78;a:3:{s:7:\"desktop\";s:538:\"#colibri .style-78 a {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-78 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-78 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-78 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-78 svg {\n width: 20px ;\n height: 20px;\n margin-right: 5px;\n display: none;\n}\n#colibri .style-78 .meta-separator {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n padding-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:79;a:3:{s:7:\"desktop\";s:318:\"#colibri .style-79 .colibri-post-content {\n margin-bottom: 0px;\n font-family: Source Sans Pro;\n font-weight: 300;\n font-size: 18px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-79 .colibri-post-content a {\n color: rgb(2, 110, 159);\n}\n#colibri .style-79 .colibri-post-content a:hover {\n color: rgb(3, 169, 244);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:80;a:3:{s:7:\"desktop\";s:452:\"#colibri .style-80 {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n margin-right: 30px;\n margin-left: 30px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:66:\"#colibri .style-80 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:81;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-81 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:82;a:3:{s:7:\"desktop\";s:562:\"#colibri .style-82-icon {\n fill: rgb(3, 169, 244);\n width: 24px ;\n height: 24px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-82-icon:hover {\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:83;a:3:{s:7:\"desktop\";s:101:\"#colibri .style-83 {\n text-align: left;\n height: auto;\n min-height: unset;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:84;a:3:{s:7:\"desktop\";s:612:\"#colibri .style-84 a,#colibri .style-84 .colibri-post-tag {\n margin-right: 10px;\n font-family: Open Sans;\n font-weight: 400;\n text-transform: lowercase;\n font-size: 14px;\n color: rgb(3, 169, 244);\n background-color: unset;\n background-image: none;\n}\n#colibri .style-84 a:hover,#colibri .style-84 .colibri-post-tag:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-84 a:hover,#colibri .style-84 .colibri-post-tag:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-84 .tags-prefix {\n margin-right: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(51, 51, 51);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:85;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-85 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 40px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:86;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:87;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:88;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:89;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:90;a:3:{s:7:\"desktop\";s:305:\"#colibri .style-90 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-right: 40px;\n margin-bottom: 40px;\n margin-left: 40px;\n}\n\";s:6:\"tablet\";s:89:\"#colibri .style-90 {\n margin-right: 20px;\n margin-bottom: 20px;\n margin-left: 20px;\n}\n\";s:6:\"mobile\";s:89:\"#colibri .style-90 {\n margin-right: 15px;\n margin-bottom: 15px;\n margin-left: 15px;\n}\n\";}i:91;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-91 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:92;a:3:{s:7:\"desktop\";s:1187:\"#colibri .style-92 .nav-previous a,#colibri .style-92 .nav-next a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 16px;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n padding-top: 16px;\n padding-right: 10px;\n padding-bottom: 16px;\n padding-left: 0px;\n transition-duration: 0.5s;\n}\n#colibri .style-92 .nav-previous a:hover,#colibri .style-92 .nav-next a:hover {\n color: rgb(2, 110, 159);\n border-top-color: rgb(0, 0, 0);\n border-right-color: rgb(0, 0, 0);\n border-bottom-color: rgb(0, 0, 0);\n border-left-color: rgb(0, 0, 0);\n}\n#colibri .style-92 .nav-previous a:hover,#colibri .style-92 .nav-next a:hover {\n color: rgb(2, 110, 159);\n border-top-color: rgb(0, 0, 0);\n border-right-color: rgb(0, 0, 0);\n border-bottom-color: rgb(0, 0, 0);\n border-left-color: rgb(0, 0, 0);\n}\n#colibri .style-92 .post-title {\n max-width: 40ch;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:93;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-93 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:94;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-94 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:95;a:3:{s:7:\"desktop\";s:931:\"#colibri .style-95 .nav-previous a,#colibri .style-95 .nav-next a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 16px;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: rgb(0, 0, 0);\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: rgb(0, 0, 0);\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: rgb(0, 0, 0);\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: rgb(0, 0, 0);\n border-left-style: none;\n padding-top: 16px;\n padding-right: 0px;\n padding-bottom: 16px;\n padding-left: 10px;\n transition-duration: 0.5s;\n}\n#colibri .style-95 .nav-previous a:hover,#colibri .style-95 .nav-next a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-95 .nav-previous a:hover,#colibri .style-95 .nav-next a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-95 .post-title {\n max-width: 40ch;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:96;a:3:{s:7:\"desktop\";s:66:\"#colibri .style-96 {\n margin-right: 40px;\n margin-left: 40px;\n}\n\";s:6:\"tablet\";s:66:\"#colibri .style-96 {\n margin-right: 20px;\n margin-left: 20px;\n}\n\";s:6:\"mobile\";s:64:\"#colibri .style-96 {\n margin-right: 0px;\n margin-left: 0px;\n}\n\";}i:97;a:3:{s:7:\"desktop\";s:133:\"#colibri .style-97 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:98;a:3:{s:7:\"desktop\";s:3764:\"#colibri .style-98 .blog-post-comments {\n background-color: unset;\n background-image: none;\n}\n#colibri .style-98 .comment.even {\n background-image: none;\n padding-top: 0px;\n padding-right: 12px;\n padding-bottom: 0px;\n padding-left: 12px;\n border-top-width: 0px;\n border-top-color: rgb(230, 230, 230);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(230, 230, 230);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(230, 230, 230);\n border-bottom-style: solid;\n border-left-width: 5px;\n border-left-color: rgb(230, 230, 230);\n border-left-style: solid;\n margin-top: 15px;\n margin-bottom: 12px;\n}\n#colibri .style-98 .comment.odd {\n padding-top: 0px;\n padding-right: 12px;\n padding-bottom: 0px;\n padding-left: 12px;\n border-top-width: 0px;\n border-top-color: rgb(230, 230, 230);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(230, 230, 230);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(230, 230, 230);\n border-bottom-style: solid;\n border-left-width: 5px;\n border-left-color: rgb(230, 230, 230);\n border-left-style: solid;\n margin-top: 15px;\n margin-bottom: 12px;\n}\n#colibri .style-98 .comments-title {\n font-family: Open Sans;\n font-weight: 600;\n text-decoration: none;\n font-size: 1.25em;\n}\n#colibri .style-98 .comment-meta {\n color: rgb(102, 102, 102);\n margin-bottom: 16px;\n}\n#colibri .style-98 .comment-author img {\n width: 30px ;\n height: 30px;\n background-color: unset;\n background-image: none;\n margin-right: 5px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-98 .comment-author .url {\n font-family: Montserrat;\n font-weight: 300;\n font-style: normal;\n text-decoration: none;\n font-size: 14px;\n color: rgb(51, 51, 51);\n background-color: unset;\n background-image: none;\n margin-left: 5px;\n}\n#colibri .style-98 .comment-metadata {\n font-family: Montserrat;\n font-weight: 300;\n text-decoration: none;\n font-size: 14px;\n color: rgb(51, 51, 51);\n background-color: unset;\n background-image: none;\n transition-duration: 0.5s;\n}\n#colibri .style-98 .comment-metadata:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-98 .comment-metadata:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-98 .edit-link {\n font-family: Montserrat;\n font-weight: 300;\n font-size: 14px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-98 .edit-link:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-98 .edit-link:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-98 .comment-content {\n text-decoration: none;\n font-size: 16px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-98 .comment-content p {\n color: rgb(51, 51, 51);\n}\n#colibri .style-98 .comment-content a {\n color: rgb(2, 110, 159);\n}\n#colibri .style-98 .comment-content a:hover {\n color: rgb(3, 169, 244);\n}\n#colibri .style-98 .comment-body .reply a {\n margin-bottom: 0px;\n font-weight: 400;\n text-transform: lowercase;\n font-size: 1em;\n line-height: 1.5;\n color: rgb(2, 110, 159);\n background-color: unset;\n background-image: none;\n}\n#colibri .style-98 .comment-body .reply a:hover {\n color: rgb(3, 169, 244);\n}\n#colibri .style-98 .comment-body .reply a:hover {\n color: rgb(3, 169, 244);\n}\n#colibri .style-98 .children {\n margin-left: 12px;\n}\n#colibri .style-98 .comments-disabled {\n text-align: center;\n margin-bottom: 0px;\n text-decoration: none;\n color: rgb(51, 51, 51);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:99;a:3:{s:7:\"desktop\";s:4030:\"#colibri .comment-respond {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .comment-respond .comment-reply-title {\n font-family: Montserrat;\n font-weight: 600;\n font-size: 1.25em;\n color: rgb(51, 51, 51);\n}\n#colibri .comment-respond label {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(51, 51, 51);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .comment-respond input:not([type=\"submit\"]),#colibri .comment-respond textarea {\n border-top-width: 0px;\n border-top-color: rgba(204, 204, 204, 0.8);\n border-top-style: solid;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-color: rgba(204, 204, 204, 0.8);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgba(204, 204, 204, 0.8);\n border-bottom-style: solid;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-color: rgba(204, 204, 204, 0.8);\n border-left-style: solid;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 16px;\n color: rgb(51, 51, 51);\n background-color: rgba(0,0,0,0);\n background-image: none;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .comment-respond .comment-form [type=\"submit\"] {\n background-color: rgb(3, 169, 244);\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:active {\n background-color: rgb(3, 169, 244);\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .comment-respond .comment-notes {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:100;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-100 {\n margin-top: -120px;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-100 {\n margin-top: -95px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:101;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-101 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:102;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:103;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:104;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:105;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:106;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:107;a:3:{s:7:\"desktop\";s:869:\"#colibri .style-107 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 42%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n border-top-width: 0px;\n border-top-color: rgb(246, 246, 246);\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-color: rgb(246, 246, 246);\n border-right-style: none;\n border-bottom-width: 5px;\n border-bottom-color: rgb(246, 246, 246);\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-color: rgb(246, 246, 246);\n border-left-style: none;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n}\n\";s:6:\"tablet\";s:160:\"#colibri .style-107 {\n border-top-left-radius: 20px;\n border-top-right-radius: 20px;\n border-bottom-left-radius: 20px;\n border-bottom-right-radius: 20px;\n}\n\";s:6:\"mobile\";s:160:\"#colibri .style-107 {\n border-top-left-radius: 20px;\n border-top-right-radius: 20px;\n border-bottom-left-radius: 20px;\n border-bottom-right-radius: 20px;\n}\n\";}i:108;a:3:{s:7:\"desktop\";s:269:\"#colibri .style-108 {\n background-color: rgba(255,255,255,0);\n background-image: none;\n text-align: center;\n margin-bottom: 0px;\n}\n#colibri .style-108 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:109;a:3:{s:7:\"desktop\";s:47:\"#colibri .style-109 {\n padding-bottom: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:110;a:3:{s:7:\"desktop\";s:350:\"#colibri .style-110 {\n text-align: left;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-110 {\n text-align: center;\n}\n\";}i:111;a:3:{s:7:\"desktop\";s:589:\"#colibri .style-111 h1,#colibri .style-111 h2,#colibri .style-111 h3,#colibri .style-111 h4,#colibri .style-111 h5,#colibri .style-111 h6 {\n margin-bottom: 0px;\n}\n#colibri .style-111 h1:hover,#colibri .style-111 h2:hover,#colibri .style-111 h3:hover,#colibri .style-111 h4:hover,#colibri .style-111 h5:hover,#colibri .style-111 h6:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-111 h1:hover,#colibri .style-111 h2:hover,#colibri .style-111 h3:hover,#colibri .style-111 h4:hover,#colibri .style-111 h5:hover,#colibri .style-111 h6:hover {\n color: rgb(2, 110, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:112;a:3:{s:7:\"desktop\";s:75:\"#colibri .style-112 .colibri-post-excerpt {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:113;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:114;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-114 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:115;a:3:{s:7:\"desktop\";s:544:\"#colibri .style-115 a {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-115 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-115 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-115 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-115 svg {\n width: 20px ;\n height: 20px;\n margin-right: 5px;\n display: none;\n}\n#colibri .style-115 .meta-separator {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n padding-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:116;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-116 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:117;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:118;a:3:{s:7:\"desktop\";s:808:\"#colibri .style-118-icon {\n margin-right: 0px;\n margin-left: 3px;\n width: 11px;\n height: 11px;\n}\n#colibri .style-118 {\n border-top-width: 2px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-style: none;\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-118:hover,#colibri .style-118:focus {\n color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-118:active .style-118-icon {\n margin-right: 0px;\n margin-left: 3px;\n width: 11px;\n height: 11px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:119;a:3:{s:7:\"desktop\";s:303:\"#colibri .style-119 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-top: 45px;\n margin-right: 30px;\n margin-left: 30px;\n}\n\";s:6:\"tablet\";s:87:\"#colibri .style-119 {\n margin-top: 30px;\n margin-right: 10px;\n margin-left: 10px;\n}\n\";s:6:\"mobile\";s:87:\"#colibri .style-119 {\n margin-top: 15px;\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:120;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-120 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:121;a:3:{s:7:\"desktop\";s:1318:\"#colibri .style-121 .nav-links .prev-navigation a,#colibri .style-121 .nav-links .next-navigation a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n padding-top: 16px;\n padding-right: 10px;\n padding-bottom: 16px;\n padding-left: 0px;\n}\n#colibri .style-121 .nav-links .prev-navigation a:hover,#colibri .style-121 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-121 .nav-links .prev-navigation a:hover,#colibri .style-121 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:122;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-122 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:123;a:3:{s:7:\"desktop\";s:323:\"#colibri .style-123 .page-numbers.current {\n margin-right: 10px;\n color: rgb(2, 110, 159);\n}\n#colibri .style-123 .page-numbers {\n margin-right: 10px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-123 .page-numbers:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-123 .page-numbers:hover {\n color: rgb(2, 110, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:124;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-124 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:125;a:3:{s:7:\"desktop\";s:1318:\"#colibri .style-125 .nav-links .prev-navigation a,#colibri .style-125 .nav-links .next-navigation a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n padding-top: 16px;\n padding-right: 0px;\n padding-bottom: 16px;\n padding-left: 10px;\n}\n#colibri .style-125 .nav-links .prev-navigation a:hover,#colibri .style-125 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-125 .nav-links .prev-navigation a:hover,#colibri .style-125 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:126;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:127;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:128;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-128 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:129;a:3:{s:7:\"desktop\";s:366:\"#colibri .style-129 p,#colibri .style-129 h1,#colibri .style-129 h2,#colibri .style-129 h3,#colibri .style-129 h4,#colibri .style-129 h5,#colibri .style-129 h6 {\n font-size: 10em;\n color: rgb(102, 102, 102);\n}\n#colibri .style-129 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:130;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:131;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:132;a:3:{s:7:\"desktop\";s:1345:\"#colibri .style-132-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 10px;\n}\n#colibri .style-132 {\n background-color: rgba(3, 169, 244, 0);\n background-image: none;\n font-family: Open Sans;\n font-weight: 400;\n text-transform: none;\n font-size: 16px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: rgb(3, 169, 244);\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: none;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n text-align: center;\n}\n#colibri .style-132:hover,#colibri .style-132:focus {\n background-color: rgba(2, 110, 159, 0);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .style-132:active .style-132-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 10px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:133;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-133 {\n margin-top: -120px;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-133 {\n margin-top: -95px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:134;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-134 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:135;a:3:{s:7:\"desktop\";s:890:\"#colibri .style-135 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(162deg, #FFFFFF 0%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-color: rgb(246, 246, 246);\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-color: rgb(246, 246, 246);\n border-right-style: none;\n border-bottom-width: 5px;\n border-bottom-color: rgb(246, 246, 246);\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-color: rgb(246, 246, 246);\n border-left-style: none;\n padding-bottom: 20px;\n}\n\";s:6:\"tablet\";s:160:\"#colibri .style-135 {\n border-top-left-radius: 20px;\n border-top-right-radius: 20px;\n border-bottom-left-radius: 20px;\n border-bottom-right-radius: 20px;\n}\n\";s:6:\"mobile\";s:184:\"#colibri .style-135 {\n border-top-left-radius: 20px;\n border-top-right-radius: 20px;\n border-bottom-left-radius: 20px;\n border-bottom-right-radius: 20px;\n padding-bottom: 15px;\n}\n\";}i:136;a:3:{s:7:\"desktop\";s:589:\"#colibri .style-136 h1,#colibri .style-136 h2,#colibri .style-136 h3,#colibri .style-136 h4,#colibri .style-136 h5,#colibri .style-136 h6 {\n margin-bottom: 0px;\n}\n#colibri .style-136 h1:hover,#colibri .style-136 h2:hover,#colibri .style-136 h3:hover,#colibri .style-136 h4:hover,#colibri .style-136 h5:hover,#colibri .style-136 h6:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-136 h1:hover,#colibri .style-136 h2:hover,#colibri .style-136 h3:hover,#colibri .style-136 h4:hover,#colibri .style-136 h5:hover,#colibri .style-136 h6:hover {\n color: rgb(2, 110, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:137;a:3:{s:7:\"desktop\";s:140:\"#colibri .style-137 .colibri-post-excerpt {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:138;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:139;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-139 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:140;a:3:{s:7:\"desktop\";s:544:\"#colibri .style-140 a {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-140 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-140 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-140 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-140 svg {\n width: 20px ;\n height: 20px;\n margin-right: 5px;\n display: none;\n}\n#colibri .style-140 .meta-separator {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n padding-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:141;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-141 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:142;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:143;a:3:{s:7:\"desktop\";s:808:\"#colibri .style-143-icon {\n margin-right: 0px;\n margin-left: 3px;\n width: 11px;\n height: 11px;\n}\n#colibri .style-143 {\n border-top-width: 2px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-style: none;\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-143:hover,#colibri .style-143:focus {\n color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-143:active .style-143-icon {\n margin-right: 0px;\n margin-left: 3px;\n width: 11px;\n height: 11px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:144;a:3:{s:7:\"desktop\";s:87:\"#colibri .style-144 {\n margin-top: 45px;\n margin-right: 15px;\n margin-left: 15px;\n}\n\";s:6:\"tablet\";s:87:\"#colibri .style-144 {\n margin-top: 30px;\n margin-right: 10px;\n margin-left: 10px;\n}\n\";s:6:\"mobile\";s:44:\"#colibri .style-144 {\n margin-top: 15px;\n}\n\";}i:145;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-145 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:146;a:3:{s:7:\"desktop\";s:1318:\"#colibri .style-146 .nav-links .prev-navigation a,#colibri .style-146 .nav-links .next-navigation a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n padding-top: 16px;\n padding-right: 10px;\n padding-bottom: 16px;\n padding-left: 0px;\n}\n#colibri .style-146 .nav-links .prev-navigation a:hover,#colibri .style-146 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-146 .nav-links .prev-navigation a:hover,#colibri .style-146 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:147;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-147 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:148;a:3:{s:7:\"desktop\";s:398:\"#colibri .style-148 .page-numbers.current {\n margin-right: 10px;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(2, 110, 159);\n}\n#colibri .style-148 .page-numbers {\n margin-right: 10px;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n}\n#colibri .style-148 .page-numbers:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-148 .page-numbers:hover {\n color: rgb(2, 110, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:149;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-149 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:150;a:3:{s:7:\"desktop\";s:1318:\"#colibri .style-150 .nav-links .prev-navigation a,#colibri .style-150 .nav-links .next-navigation a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n padding-top: 16px;\n padding-right: 0px;\n padding-bottom: 16px;\n padding-left: 10px;\n}\n#colibri .style-150 .nav-links .prev-navigation a:hover,#colibri .style-150 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-150 .nav-links .prev-navigation a:hover,#colibri .style-150 .nav-links .next-navigation a:hover {\n color: rgb(2, 110, 159);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:151;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:152;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-152 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:153;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:154;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:155;a:3:{s:7:\"desktop\";s:84:\"#colibri .style-155 {\n height: auto;\n min-height: unset;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:44:\"#colibri .style-155 {\n padding-top: 0px;\n}\n\";}i:156;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:157;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:158;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:159;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:160;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:161;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-161 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:162;a:3:{s:7:\"desktop\";s:3834:\"#colibri .style-162 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-top: 4px;\n background-color: unset;\n background-image: none;\n}\n#colibri .style-162 .widget {\n text-align: left;\n border-top-width: 0px;\n border-top-color: rgb(230, 230, 230);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(230, 230, 230);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(230, 230, 230);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(230, 230, 230);\n border-left-style: solid;\n margin-bottom: 8px;\n}\n#colibri .style-162 .widget h1,#colibri .style-162 .widget h2,#colibri .style-162 .widget h3,#colibri .style-162 .widget h4,#colibri .style-162 .widget h5,#colibri .style-162 .widget h6 {\n margin-top: 8px;\n margin-bottom: 0px;\n padding-left: 10px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(3, 169, 244);\n}\n#colibri .style-162 .widget .colibri-widget-content-container {\n border-top-width: 1px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-162 .widget ul,#colibri .style-162 .widget ol {\n list-style-type: none;\n border-top-width: 1px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n padding-top: 10px;\n padding-right: 10px;\n padding-bottom: 10px;\n padding-left: 10px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-162 .widget ul li,#colibri .style-162 .widget ol li,#colibri .style-162 .widget .textwidget p,#colibri .style-162 .widget .calendar_wrap td ,#colibri .style-162 .widget .calendar_wrap th ,#colibri .style-162 .widget .calendar_wrap caption {\n font-family: Open Sans;\n font-weight: 300;\n color: black;\n padding-top: 4px;\n padding-bottom: 4px;\n}\n#colibri .style-162 .widget ul li:hover,#colibri .style-162 .widget ol li:hover,#colibri .style-162 .widget .textwidget p:hover,#colibri .style-162 .widget .calendar_wrap td :hover,#colibri .style-162 .widget .calendar_wrap th :hover,#colibri .style-162 .widget .calendar_wrap caption:hover {\n color: rgb(102, 102, 102);\n}\n#colibri .style-162 .widget ul li:hover,#colibri .style-162 .widget ol li:hover,#colibri .style-162 .widget .textwidget p:hover,#colibri .style-162 .widget .calendar_wrap td :hover,#colibri .style-162 .widget .calendar_wrap th :hover,#colibri .style-162 .widget .calendar_wrap caption:hover {\n color: rgb(102, 102, 102);\n}\n#colibri .style-162 .widget ul li a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-162 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-162 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-162 .widget input:not([type=\"submit\"]) {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(102, 102, 102);\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: none;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:163;a:3:{s:7:\"desktop\";s:3069:\"#colibri .style-162 .widget.widget_search {\n background-color: unset;\n background-image: none;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n transition-duration: 0.5s;\n}\n#colibri .style-162 .widget.widget_search h1,#colibri .style-162 .widget.widget_search h2,#colibri .style-162 .widget.widget_search h3,#colibri .style-162 .widget.widget_search h4,#colibri .style-162 .widget.widget_search h5,#colibri .style-162 .widget.widget_search h6 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n color: rgb(0, 0, 0);\n}\n#colibri .style-162 .widget.widget_search input:not([type=\"submit\"]) {\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n font-size: 16px;\n color: rgb(51, 51, 51);\n background-color: rgba(230, 230, 230, 0.5);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(222, 222, 222);\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: rgb(222, 222, 222);\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: rgb(222, 222, 222);\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: rgb(222, 222, 222);\n border-left-style: none;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n}\n#colibri .style-162 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n color: rgb(51, 51, 51);\n}\n#colibri .style-162 .widget.widget_search input[type=\"submit\"],#colibri .style-162 .widget.widget_search button[type=\"submit\"] {\n background-color: rgba(230, 230, 230, 0.5);\n background-image: none;\n font-size: 16px;\n line-height: 1;\n color: rgb(2, 110, 159);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n width: auto;\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n display: inline-block;\n}\n#colibri .style-162 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-162 .widget.widget_search button[type=\"submit\"]:hover {\n color: rgb(3, 169, 244);\n}\n#colibri .style-162 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-162 .widget.widget_search button[type=\"submit\"]:hover {\n color: rgb(3, 169, 244);\n}\n#colibri .style-162 .widget.widget_search input[type=\"submit\"] {\n display: none;\n}\n#colibri .style-162 .widget.widget_search button[type=\"submit\"] {\n display: inline-block;\n}\n\";s:6:\"tablet\";s:69:\"#colibri .style-162 .widget.widget_search {\n margin-bottom: 15px;\n}\n\";s:6:\"mobile\";s:69:\"#colibri .style-162 .widget.widget_search {\n margin-bottom: 15px;\n}\n\";}i:164;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:165;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:166;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:167;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:168;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:169;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:170;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:171;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-171 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:172;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:173;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:174;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:175;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:176;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:177;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-177 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:178;a:3:{s:7:\"desktop\";s:2366:\"#colibri .style-178 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-178 .widget {\n text-align: left;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 20px;\n}\n#colibri .style-178 .widget h1,#colibri .style-178 .widget h2,#colibri .style-178 .widget h3,#colibri .style-178 .widget h4,#colibri .style-178 .widget h5,#colibri .style-178 .widget h6 {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 10px;\n}\n#colibri .style-178 .widget ul,#colibri .style-178 .widget ol {\n list-style-type: none;\n}\n#colibri .style-178 .widget ul li,#colibri .style-178 .widget ol li,#colibri .style-178 .widget .textwidget p,#colibri .style-178 .widget .calendar_wrap td ,#colibri .style-178 .widget .calendar_wrap th ,#colibri .style-178 .widget .calendar_wrap caption {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n padding-top: 4px;\n padding-bottom: 4px;\n}\n#colibri .style-178 .widget ul li a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-178 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-178 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-178 .widget input:not([type=\"submit\"]) {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(102, 102, 102);\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:54:\"#colibri .style-178 .widget {\n text-align: center;\n}\n\";}i:179;a:3:{s:7:\"desktop\";s:3591:\"#colibri .style-178 .widget.widget_search {\n background-color: unset;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n margin-bottom: 15px;\n}\n#colibri .style-178 .widget.widget_search h1,#colibri .style-178 .widget.widget_search h2,#colibri .style-178 .widget.widget_search h3,#colibri .style-178 .widget.widget_search h4,#colibri .style-178 .widget.widget_search h5,#colibri .style-178 .widget.widget_search h6 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n font-size: 16px;\n color: rgb(0, 0, 0);\n}\n#colibri .style-178 .widget.widget_search input:not([type=\"submit\"]) {\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n font-size: 16px;\n color: rgb(102, 102, 102);\n background-color: rgb(249, 250, 251);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(222, 222, 222);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-color: rgb(222, 222, 222);\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: rgb(222, 222, 222);\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-color: rgb(222, 222, 222);\n border-left-style: none;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n}\n#colibri .style-178 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n color: rgb(102, 102, 102);\n}\n#colibri .style-178 .widget.widget_search input[type=\"submit\"],#colibri .style-178 .widget.widget_search button[type=\"submit\"] {\n background-color: rgb(249, 250, 251);\n background-image: none;\n font-size: 16px;\n line-height: 1;\n color: rgb(0, 0, 0);\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n width: auto;\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n display: inline-block;\n}\n#colibri .style-178 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-178 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-178 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-178 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-178 .widget.widget_search input[type=\"submit\"] {\n display: none;\n}\n#colibri .style-178 .widget.widget_search button[type=\"submit\"] {\n display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:180;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:181;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:182;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:183;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:184;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:185;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:186;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:187;a:3:{s:7:\"desktop\";s:156:\"#colibri .style-187 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n}\n#colibri .style-187 > .h-section-grid-container {\n margin-top: -230px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:188;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:189;a:3:{s:7:\"desktop\";s:833:\".style-189 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-189 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 0%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-189 h6 {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:190;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:191;a:3:{s:7:\"desktop\";s:295:\"#colibri .style-191 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 0%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:192;a:3:{s:7:\"desktop\";s:746:\"#colibri .style-192-icon {\n fill: #FFFFFF;\n width: 50px ;\n height: 50px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n background-color: rgb(3, 169, 244);\n background-image: none;\n padding-top: 20px;\n padding-right: 20px;\n padding-bottom: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:193;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-193 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:194;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-194 ol {\n list-style-type: decimal;\n}\n#colibri .style-194 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:195;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:196;a:3:{s:7:\"desktop\";s:1381:\"#colibri .style-196-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-196 {\n text-align: center;\n background-color: rgb(3, 169, 244);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 11px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n padding-top: 8px;\n padding-right: 20px;\n padding-bottom: 8px;\n padding-left: 20px;\n transition-duration: 0.5s;\n}\n#colibri .style-196:hover,#colibri .style-196:focus {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-196:active .style-196-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:197;a:3:{s:7:\"desktop\";s:746:\"#colibri .style-197-icon {\n fill: #FFFFFF;\n width: 50px ;\n height: 50px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n background-color: rgb(76, 175, 80);\n background-image: none;\n padding-top: 20px;\n padding-right: 20px;\n padding-bottom: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:198;a:3:{s:7:\"desktop\";s:1381:\"#colibri .style-198-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-198 {\n text-align: center;\n background-color: rgb(76, 175, 80);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 11px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(76, 175, 80);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(76, 175, 80);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(76, 175, 80);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(76, 175, 80);\n border-left-style: solid;\n padding-top: 8px;\n padding-right: 20px;\n padding-bottom: 8px;\n padding-left: 20px;\n transition-duration: 0.5s;\n}\n#colibri .style-198:hover,#colibri .style-198:focus {\n background-color: rgb(18, 175, 24);\n border-top-color: rgb(18, 175, 24);\n border-right-color: rgb(18, 175, 24);\n border-bottom-color: rgb(18, 175, 24);\n border-left-color: rgb(18, 175, 24);\n box-shadow: none;\n}\n#colibri .style-198:active .style-198-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:199;a:3:{s:7:\"desktop\";s:747:\"#colibri .style-199-icon {\n fill: #FFFFFF;\n width: 50px ;\n height: 50px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n background-color: rgb(251, 192, 45);\n background-image: none;\n padding-top: 20px;\n padding-right: 20px;\n padding-bottom: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:200;a:3:{s:7:\"desktop\";s:1391:\"#colibri .style-200-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-200 {\n text-align: center;\n background-color: rgb(251, 192, 45);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 11px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(251, 192, 45);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(251, 192, 45);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(251, 192, 45);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(251, 192, 45);\n border-left-style: solid;\n padding-top: 8px;\n padding-right: 20px;\n padding-bottom: 8px;\n padding-left: 20px;\n transition-duration: 0.5s;\n}\n#colibri .style-200:hover,#colibri .style-200:focus {\n background-color: rgb(166, 127, 30);\n border-top-color: rgb(166, 127, 30);\n border-right-color: rgb(166, 127, 30);\n border-bottom-color: rgb(166, 127, 30);\n border-left-color: rgb(166, 127, 30);\n box-shadow: none;\n}\n#colibri .style-200:active .style-200-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:201;a:3:{s:7:\"desktop\";s:747:\"#colibri .style-201-icon {\n fill: #FFFFFF;\n width: 50px ;\n height: 50px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n background-color: rgb(140, 35, 159);\n background-image: none;\n padding-top: 20px;\n padding-right: 20px;\n padding-bottom: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:202;a:3:{s:7:\"desktop\";s:1381:\"#colibri .style-202-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-202 {\n text-align: center;\n background-color: rgb(140, 35, 159);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 11px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(140, 35, 159);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(140, 35, 159);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(140, 35, 159);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(140, 35, 159);\n border-left-style: solid;\n padding-top: 8px;\n padding-right: 20px;\n padding-bottom: 8px;\n padding-left: 20px;\n transition-duration: 0.5s;\n}\n#colibri .style-202:hover,#colibri .style-202:focus {\n background-color: rgb(65, 16, 74);\n border-top-color: rgb(65, 16, 74);\n border-right-color: rgb(65, 16, 74);\n border-bottom-color: rgb(65, 16, 74);\n border-left-color: rgb(65, 16, 74);\n box-shadow: none;\n}\n#colibri .style-202:active .style-202-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:203;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-203 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:204;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-204 {\n padding-right: 10%;\n padding-left: 10%;\n}\n\";s:6:\"tablet\";s:65:\"#colibri .style-204 {\n padding-right: 0%;\n padding-left: 0%;\n}\n\";s:6:\"mobile\";s:65:\"#colibri .style-204 {\n padding-right: 0%;\n padding-left: 0%;\n}\n\";}i:205;a:3:{s:7:\"desktop\";s:182:\"#colibri .style-205 {\n text-align: center;\n height: auto;\n min-height: unset;\n transform: translateX(55%) translateY(-6%);\n transform-origin: center center 0px;\n z-index: 2;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:70:\"#colibri .style-205 {\n transform: translateX(50%) translateY(-6%);\n}\n\";}i:206;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-206-image {\n opacity: 1;\n}\n#colibri .style-206-caption {\n margin-top: 10px;\n}\n#colibri .style-206-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:207;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-207 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:208;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-208-image {\n opacity: 1;\n}\n#colibri .style-208-caption {\n margin-top: 10px;\n}\n#colibri .style-208-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:209;a:3:{s:7:\"desktop\";s:183:\"#colibri .style-209 {\n text-align: center;\n height: auto;\n min-height: unset;\n transform: translateX(-55%) translateY(16%);\n transform-origin: center center 0px;\n z-index: 3;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:71:\"#colibri .style-209 {\n transform: translateX(-50%) translateY(16%);\n}\n\";}i:210;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-210-image {\n opacity: 1;\n}\n#colibri .style-210-caption {\n margin-top: 10px;\n}\n#colibri .style-210-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:211;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:212;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-212 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:213;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-213 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:214;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-214 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:215;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-215 ol {\n list-style-type: decimal;\n}\n#colibri .style-215 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:216;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:217;a:3:{s:7:\"desktop\";s:1386:\"#colibri .style-217-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-217 {\n text-align: center;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n transition-duration: 0.5s;\n background-color: rgb(3, 169, 244);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .style-217:hover,#colibri .style-217:focus {\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n background-color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-217:active .style-217-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:218;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-218 {\n height: auto;\n min-height: unset;\n background-color: rgb(246, 246, 246);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:219;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:220;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-220 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:221;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-221-image {\n opacity: 1;\n}\n#colibri .style-221-caption {\n margin-top: 10px;\n}\n#colibri .style-221-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:222;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-222 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-222 {\n text-align: center;\n}\n\";}i:223;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-223 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:224;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-224 ol {\n list-style-type: decimal;\n}\n#colibri .style-224 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:225;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:226;a:3:{s:7:\"desktop\";s:1391:\"#colibri .style-226-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-226 {\n text-align: center;\n background-color: rgb(251, 192, 45);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 11px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(251, 192, 45);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(251, 192, 45);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(251, 192, 45);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(251, 192, 45);\n border-left-style: solid;\n padding-top: 8px;\n padding-right: 20px;\n padding-bottom: 8px;\n padding-left: 20px;\n transition-duration: 0.5s;\n}\n#colibri .style-226:hover,#colibri .style-226:focus {\n background-color: rgb(166, 127, 30);\n border-top-color: rgb(166, 127, 30);\n border-right-color: rgb(166, 127, 30);\n border-bottom-color: rgb(166, 127, 30);\n border-left-color: rgb(166, 127, 30);\n box-shadow: none;\n}\n#colibri .style-226:active .style-226-icon {\n width: 11px;\n height: 11px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:227;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-227 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:228;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:229;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-229 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-229 {\n text-align: center;\n}\n\";}i:230;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-230 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:231;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-231 ol {\n list-style-type: decimal;\n}\n#colibri .style-231 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:232;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-232 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:233;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-233 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:234;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:235;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-235 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:236;a:3:{s:7:\"desktop\";s:1748:\"#colibri .style-236 {\n text-align: center;\n box-shadow: none;\n}\n#colibri .style-236 .h-content-swap__normal {\n animation-duration: 1000ms;\n width: 100% ;\n background-color: rgba(0,0,0,0);\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n color: #FFFFFF;\n padding-right: 50px;\n padding-left: 50px;\n}\n#colibri .style-236 .h-content-swap__normal h1 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__normal h2 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__normal h3 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__normal h4 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__normal h5 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__normal h6 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__normal p {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover {\n animation-duration: 1000ms;\n background-color: rgba(0, 0, 0, 0.6);\n background-image: none;\n padding-top: 15px;\n padding-right: 15px;\n padding-bottom: 15px;\n padding-left: 15px;\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover p {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover h1 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover h2 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover h3 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover h4 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover h5 {\n color: #FFFFFF;\n}\n#colibri .style-236 .h-content-swap__hover h6 {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:237;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-237 {\n min-height: 400px;\n text-align: center;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-237 {\n min-height: 350px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:238;a:3:{s:7:\"desktop\";s:101:\"#colibri .style-238 {\n height: 100%;\n width: 100% ;\n top: 0%;\n left: 0%;\n text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:239;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-239 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:240;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:241;a:3:{s:7:\"desktop\";s:1383:\"#colibri .style-241-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-241 {\n text-align: center;\n background-color: rgb(3, 169, 244);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(3, 169, 244);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(3, 169, 244);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(3, 169, 244);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(3, 169, 244);\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n transition-duration: 0.5s;\n}\n#colibri .style-241:hover,#colibri .style-241:focus {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-241:active .style-241-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:242;a:3:{s:7:\"desktop\";s:1746:\"#colibri .style-242 {\n text-align: center;\n box-shadow: none;\n}\n#colibri .style-242 .h-content-swap__normal {\n animation-duration: 1000ms;\n width: 100% ;\n background-color: rgba(0,0,0,0);\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/table-plant-white-house-interior-window-1392240-pxhere-com.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n color: #FFFFFF;\n padding-right: 50px;\n padding-left: 50px;\n}\n#colibri .style-242 .h-content-swap__normal h1 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__normal h2 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__normal h3 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__normal h4 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__normal h5 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__normal h6 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__normal p {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover {\n animation-duration: 1000ms;\n background-color: rgba(0, 0, 0, 0.6);\n background-image: none;\n padding-top: 15px;\n padding-right: 15px;\n padding-bottom: 15px;\n padding-left: 15px;\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover p {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover h1 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover h2 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover h3 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover h4 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover h5 {\n color: #FFFFFF;\n}\n#colibri .style-242 .h-content-swap__hover h6 {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:243;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-243 {\n min-height: 400px;\n text-align: center;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-243 {\n min-height: 350px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:244;a:3:{s:7:\"desktop\";s:101:\"#colibri .style-244 {\n height: 100%;\n width: 100% ;\n top: 0%;\n left: 0%;\n text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:245;a:3:{s:7:\"desktop\";s:1383:\"#colibri .style-245-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-245 {\n text-align: center;\n background-color: rgb(76, 175, 80);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(76, 175, 80);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(76, 175, 80);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(76, 175, 80);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(76, 175, 80);\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n transition-duration: 0.5s;\n}\n#colibri .style-245:hover,#colibri .style-245:focus {\n background-color: rgb(18, 175, 24);\n border-top-color: rgb(18, 175, 24);\n border-right-color: rgb(18, 175, 24);\n border-bottom-color: rgb(18, 175, 24);\n border-left-color: rgb(18, 175, 24);\n box-shadow: none;\n}\n#colibri .style-245:active .style-245-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:246;a:3:{s:7:\"desktop\";s:1742:\"#colibri .style-246 {\n text-align: center;\n box-shadow: none;\n}\n#colibri .style-246 .h-content-swap__normal {\n animation-duration: 1000ms;\n width: 100% ;\n background-color: rgba(0,0,0,0);\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n color: #FFFFFF;\n padding-right: 50px;\n padding-left: 50px;\n}\n#colibri .style-246 .h-content-swap__normal h1 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__normal h2 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__normal h3 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__normal h4 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__normal h5 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__normal h6 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__normal p {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover {\n animation-duration: 1000ms;\n background-color: rgba(0, 0, 0, 0.6);\n background-image: none;\n padding-top: 15px;\n padding-right: 15px;\n padding-bottom: 15px;\n padding-left: 15px;\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover p {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover h1 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover h2 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover h3 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover h4 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover h5 {\n color: #FFFFFF;\n}\n#colibri .style-246 .h-content-swap__hover h6 {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:247;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-247 {\n min-height: 400px;\n text-align: center;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-247 {\n min-height: 350px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:248;a:3:{s:7:\"desktop\";s:101:\"#colibri .style-248 {\n height: 100%;\n width: 100% ;\n top: 0%;\n left: 0%;\n text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:249;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-249-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-249 {\n text-align: center;\n background-color: rgb(251, 192, 45);\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: rgb(251, 192, 45);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: rgb(251, 192, 45);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(251, 192, 45);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: rgb(251, 192, 45);\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n transition-duration: 0.5s;\n}\n#colibri .style-249:hover,#colibri .style-249:focus {\n background-color: rgb(166, 127, 30);\n border-top-color: rgb(166, 127, 30);\n border-right-color: rgb(166, 127, 30);\n border-bottom-color: rgb(166, 127, 30);\n border-left-color: rgb(166, 127, 30);\n box-shadow: none;\n}\n#colibri .style-249:active .style-249-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:250;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-250 {\n height: auto;\n min-height: unset;\n background-color: rgb(246, 246, 246);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:251;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:252;a:3:{s:7:\"desktop\";s:833:\".style-252 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-252 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 0%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-252 h6 {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:253;a:3:{s:7:\"desktop\";s:201:\"#colibri .style-253 {\n font-style: italic;\n}\n#colibri .style-253 p {\n font-style: italic;\n}\n#colibri .style-253 ol {\n list-style-type: decimal;\n}\n#colibri .style-253 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:254;a:3:{s:7:\"desktop\";s:1576:\"#colibri .style-254-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n margin-top: 20px;\n margin-bottom: 20px;\n}\n#colibri .style-254-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-254-caption {\n margin-top: 10px;\n}\n#colibri .style-254-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:255;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-255 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:256;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-256 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:257;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:258;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-258 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:259;a:3:{s:7:\"desktop\";s:348:\"#colibri .style-259 p,#colibri .style-259 h1,#colibri .style-259 h2,#colibri .style-259 h3,#colibri .style-259 h4,#colibri .style-259 h5,#colibri .style-259 h6 {\n text-transform: capitalize;\n}\n#colibri .style-259 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:260;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-260 ol {\n list-style-type: decimal;\n}\n#colibri .style-260 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:261;a:3:{s:7:\"desktop\";s:758:\"#colibri .style-261 {\n height: auto;\n min-height: unset;\n background-color: rgb(2, 110, 159);\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n color: #FFFFFF;\n padding-top: 30px;\n padding-bottom: 30px;\n}\n#colibri .style-261 p {\n color: #FFFFFF;\n}\n#colibri .style-261 h1 {\n color: #FFFFFF;\n}\n#colibri .style-261 h2 {\n color: #FFFFFF;\n}\n#colibri .style-261 h3 {\n color: #FFFFFF;\n}\n#colibri .style-261 h4 {\n color: #FFFFFF;\n}\n#colibri .style-261 h5 {\n color: #FFFFFF;\n}\n#colibri .style-261 h6 {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:262;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:263;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-263 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:264;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-264 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:265;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-265 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:46:\"#colibri .style-265 {\n text-align: center;\n}\n\";s:6:\"mobile\";s:46:\"#colibri .style-265 {\n text-align: center;\n}\n\";}i:266;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:267;a:3:{s:7:\"desktop\";s:1364:\"#colibri .style-267-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-267 {\n text-align: center;\n background-color: #FFFFFF;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1;\n letter-spacing: 1px;\n color: rgb(0, 0, 0);\n border-top-width: 2px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 2px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 2px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n transition-duration: 0.5s;\n}\n#colibri .style-267:hover,#colibri .style-267:focus {\n background-color: rgb(3, 169, 244);\n color: #FFFFFF;\n border-top-color: rgb(3, 169, 244);\n border-right-color: rgb(3, 169, 244);\n border-bottom-color: rgb(3, 169, 244);\n border-left-color: rgb(3, 169, 244);\n box-shadow: none;\n}\n#colibri .style-267:active .style-267-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:268;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-268 {\n height: auto;\n min-height: unset;\n padding-top: 50px;\n padding-bottom: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:269;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:270;a:3:{s:7:\"desktop\";s:834:\".style-270 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-270 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 42%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-270 h6 {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:271;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:272;a:3:{s:7:\"desktop\";s:131:\"#colibri .style-272 {\n text-align: center;\n min-height: 150px;\n background-color: rgb(3, 169, 244);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:273;a:3:{s:7:\"desktop\";s:180:\".style-273 > .h-y-container > *:not(:last-child) {\n margin-bottom: 20px;\n}\n#colibri .style-273 {\n text-align: center;\n height: auto;\n min-height: unset;\n margin-top: -87px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:274;a:3:{s:7:\"desktop\";s:1805:\"#colibri .style-274-image {\n opacity: 1;\n border-top-width: 5px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 5px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 5px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 5px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n}\n#colibri .style-274-overlay {\n border-top-width: 5px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 5px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 5px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 5px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n}\n#colibri .style-274-caption {\n margin-top: 10px;\n line-height: 1.6;\n}\n#colibri .style-274-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:275;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-275 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:276;a:3:{s:7:\"desktop\";s:262:\"#colibri .style-276 {\n font-weight: 400;\n font-style: italic;\n margin-top: -20px;\n}\n#colibri .style-276 p {\n font-weight: 400;\n font-style: italic;\n}\n#colibri .style-276 ol {\n list-style-type: decimal;\n}\n#colibri .style-276 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:277;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-277 ol {\n list-style-type: decimal;\n}\n#colibri .style-277 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:278;a:3:{s:7:\"desktop\";s:420:\"#colibri .style-278 .social-icon-container {\n margin-right: 20px;\n margin-left: 20px;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n}\n#colibri .style-278 .icon-container {\n fill: rgb(102, 102, 102);\n width: 22px ;\n height: 22px;\n}\n#colibri .style-278 .icon-container:hover {\n fill: rgb(3, 169, 244);\n}\n#colibri .style-278 .icon-container:hover {\n fill: rgb(3, 169, 244);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:279;a:3:{s:7:\"desktop\";s:131:\"#colibri .style-279 {\n text-align: center;\n min-height: 150px;\n background-color: rgb(76, 175, 80);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:280;a:3:{s:7:\"desktop\";s:420:\"#colibri .style-280 .social-icon-container {\n margin-right: 20px;\n margin-left: 20px;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n}\n#colibri .style-280 .icon-container {\n fill: rgb(102, 102, 102);\n width: 22px ;\n height: 22px;\n}\n#colibri .style-280 .icon-container:hover {\n fill: rgb(76, 175, 80);\n}\n#colibri .style-280 .icon-container:hover {\n fill: rgb(76, 175, 80);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:281;a:3:{s:7:\"desktop\";s:132:\"#colibri .style-281 {\n text-align: center;\n min-height: 150px;\n background-color: rgb(251, 192, 45);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:282;a:3:{s:7:\"desktop\";s:422:\"#colibri .style-282 .social-icon-container {\n margin-right: 20px;\n margin-left: 20px;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n}\n#colibri .style-282 .icon-container {\n fill: rgb(102, 102, 102);\n width: 22px ;\n height: 22px;\n}\n#colibri .style-282 .icon-container:hover {\n fill: rgb(251, 192, 45);\n}\n#colibri .style-282 .icon-container:hover {\n fill: rgb(251, 192, 45);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:283;a:3:{s:7:\"desktop\";s:132:\"#colibri .style-283 {\n text-align: center;\n min-height: 150px;\n background-color: rgb(140, 35, 159);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:284;a:3:{s:7:\"desktop\";s:422:\"#colibri .style-284 .social-icon-container {\n margin-right: 20px;\n margin-left: 20px;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n}\n#colibri .style-284 .icon-container {\n fill: rgb(102, 102, 102);\n width: 22px ;\n height: 22px;\n}\n#colibri .style-284 .icon-container:hover {\n fill: rgb(140, 35, 159);\n}\n#colibri .style-284 .icon-container:hover {\n fill: rgb(140, 35, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:285;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:286;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-286 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:287;a:3:{s:7:\"desktop\";s:348:\"#colibri .style-287 p,#colibri .style-287 h1,#colibri .style-287 h2,#colibri .style-287 h3,#colibri .style-287 h4,#colibri .style-287 h5,#colibri .style-287 h6 {\n text-transform: capitalize;\n}\n#colibri .style-287 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:288;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-288 ol {\n list-style-type: decimal;\n}\n#colibri .style-288 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:289;a:3:{s:7:\"desktop\";s:734:\"#colibri .style-289 {\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n padding-top: 30px;\n padding-bottom: 30px;\n color: #FFFFFF;\n}\n#colibri .style-289 h1 {\n color: #FFFFFF;\n}\n#colibri .style-289 h2 {\n color: #FFFFFF;\n}\n#colibri .style-289 h3 {\n color: #FFFFFF;\n}\n#colibri .style-289 h4 {\n color: #FFFFFF;\n}\n#colibri .style-289 h5 {\n color: #FFFFFF;\n}\n#colibri .style-289 h6 {\n color: #FFFFFF;\n}\n#colibri .style-289 p {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:290;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:291;a:3:{s:7:\"desktop\";s:158:\".style-291 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-291 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:292;a:3:{s:7:\"desktop\";s:356:\"#colibri .style-292 p,#colibri .style-292 h1,#colibri .style-292 h2,#colibri .style-292 h3,#colibri .style-292 h4,#colibri .style-292 h5,#colibri .style-292 h6 {\n font-size: 2.3em;\n line-height: 1;\n}\n#colibri .style-292 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:188:\"#colibri .style-292 p,#colibri .style-292 h1,#colibri .style-292 h2,#colibri .style-292 h3,#colibri .style-292 h4,#colibri .style-292 h5,#colibri .style-292 h6 {\n font-size: 2em;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:293;a:3:{s:7:\"desktop\";s:365:\"#colibri .style-293 p,#colibri .style-293 h1,#colibri .style-293 h2,#colibri .style-293 h3,#colibri .style-293 h4,#colibri .style-293 h5,#colibri .style-293 h6 {\n text-transform: uppercase;\n font-size: 2em;\n}\n#colibri .style-293 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:190:\"#colibri .style-293 p,#colibri .style-293 h1,#colibri .style-293 h2,#colibri .style-293 h3,#colibri .style-293 h4,#colibri .style-293 h5,#colibri .style-293 h6 {\n font-size: 1.1em;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:294;a:3:{s:7:\"desktop\";s:500:\".style-294 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-294 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-right-width: 5px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-left-width: 5px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:130:\"#colibri .style-294 {\n border-top-width: 1px;\n border-right-width: 0px;\n border-bottom-width: 1px;\n border-left-width: 0px;\n}\n\";}i:295;a:3:{s:7:\"desktop\";s:158:\".style-295 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-295 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:296;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-296 {\n height: auto;\n min-height: unset;\n padding-top: 50px;\n padding-bottom: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:297;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:298;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-298 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:299;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:300;a:3:{s:7:\"desktop\";s:703:\"#colibri .style-300 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: linear-gradient(145deg, #FFFFFF 42%, rgb(239, 239, 239) 100%);\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:301;a:3:{s:7:\"desktop\";s:939:\"#colibri .style-301 {\n background-color: rgba(255,255,255,0);\n background-image: none;\n text-align: left;\n border-top-width: 3px;\n border-top-color: rgb(76, 175, 80);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 3px;\n border-right-color: rgb(76, 175, 80);\n border-right-style: none;\n border-bottom-width: 3px;\n border-bottom-color: rgb(76, 175, 80);\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 3px;\n border-left-color: rgb(76, 175, 80);\n border-left-style: none;\n box-shadow: none;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n}\n#colibri .style-301 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:302;a:3:{s:7:\"desktop\";s:47:\"#colibri .style-302 {\n padding-bottom: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:303;a:3:{s:7:\"desktop\";s:297:\"#colibri .style-303 {\n text-align: left;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-303 {\n text-align: center;\n}\n\";}i:304;a:3:{s:7:\"desktop\";s:589:\"#colibri .style-304 h1,#colibri .style-304 h2,#colibri .style-304 h3,#colibri .style-304 h4,#colibri .style-304 h5,#colibri .style-304 h6 {\n margin-bottom: 0px;\n}\n#colibri .style-304 h1:hover,#colibri .style-304 h2:hover,#colibri .style-304 h3:hover,#colibri .style-304 h4:hover,#colibri .style-304 h5:hover,#colibri .style-304 h6:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-304 h1:hover,#colibri .style-304 h2:hover,#colibri .style-304 h3:hover,#colibri .style-304 h4:hover,#colibri .style-304 h5:hover,#colibri .style-304 h6:hover {\n color: rgb(2, 110, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:305;a:3:{s:7:\"desktop\";s:65:\"#colibri .style-305 .colibri-post-excerpt {\n font-size: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:306;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:307;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-307 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:308;a:3:{s:7:\"desktop\";s:544:\"#colibri .style-308 a {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-308 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-308 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-308 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-308 svg {\n width: 20px ;\n height: 20px;\n margin-right: 5px;\n display: none;\n}\n#colibri .style-308 .meta-separator {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n padding-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:309;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-309 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:310;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:311;a:3:{s:7:\"desktop\";s:808:\"#colibri .style-311-icon {\n margin-right: 0px;\n margin-left: 3px;\n width: 11px;\n height: 11px;\n}\n#colibri .style-311 {\n border-top-width: 2px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-style: none;\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-311:hover,#colibri .style-311:focus {\n color: rgb(2, 110, 159);\n box-shadow: none;\n}\n#colibri .style-311:active .style-311-icon {\n margin-right: 0px;\n margin-left: 3px;\n width: 11px;\n height: 11px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:312;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:313;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-313 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:314;a:3:{s:7:\"desktop\";s:348:\"#colibri .style-314 p,#colibri .style-314 h1,#colibri .style-314 h2,#colibri .style-314 h3,#colibri .style-314 h4,#colibri .style-314 h5,#colibri .style-314 h6 {\n text-transform: capitalize;\n}\n#colibri .style-314 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:315;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-315 ol {\n list-style-type: decimal;\n}\n#colibri .style-315 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:316;a:3:{s:7:\"desktop\";s:342:\"#colibri .style-316 {\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:317;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:318;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-318 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:319;a:3:{s:7:\"desktop\";s:6235:\"#colibri .style-319 {\n text-align: center;\n background-color: #FFFFFF;\n background-image: none;\n padding-top: 30px;\n padding-right: 30px;\n padding-bottom: 30px;\n padding-left: 30px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 40px;\n border-top-right-radius: 40px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 40px;\n border-bottom-right-radius: 40px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: 20px 20px 60px 2px rgba(0, 0, 0, 0.15) ;\n}\n#colibri .style-319 .h-contact-form-shortcode label,#colibri .style-319 .h-contact-form-shortcode p label,#colibri .style-319 .h-contact-form-shortcode .wpcf7-not-valid-tip,#colibri .style-319 .h-contact-form-shortcode .forminator-row .forminator-col label {\n text-align: center;\n font-family: Source Sans Pro;\n font-weight: 300;\n line-height: 2em;\n}\n#colibri .style-319 .h-contact-form-shortcode textarea,#colibri .style-319 .h-contact-form-shortcode form.forminator-ui textarea.forminator-textarea,#colibri .style-319 .h-contact-form-shortcode select,#colibri .style-319 .h-contact-form-shortcode input:not([type=\"file\"]):not([type=\"radio\"]):not([type=\"checkbox\"]):not([type=\"submit\"]) {\n margin-top: 4px;\n margin-bottom: 16px;\n background-color: rgba(0,0,0,0);\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(153, 153, 153);\n border-top-style: solid;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 1px;\n border-right-color: rgb(153, 153, 153);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(153, 153, 153);\n border-bottom-style: solid;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 1px;\n border-left-color: rgb(153, 153, 153);\n border-left-style: solid;\n padding-top: 10px;\n padding-right: 10px;\n padding-bottom: 10px;\n padding-left: 10px;\n color: rgb(102, 102, 102);\n font-family: Source Sans Pro;\n font-weight: 300;\n font-size: 16px;\n letter-spacing: 0px;\n}\n#colibri .style-319 .h-contact-form-shortcode [type=\"submit\"],#colibri .style-319 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit {\n background-color: rgb(3, 169, 244);\n background-image: none;\n color: #FFFFFF;\n padding-top: 10px;\n padding-right: 60px;\n padding-bottom: 10px;\n padding-left: 60px;\n margin-left: auto;\n margin-right: auto;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n letter-spacing: 1px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-319 .h-contact-form-shortcode [type=\"submit\"]:hover,#colibri .style-319 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit:hover {\n background-color: rgb(2, 110, 159);\n}\n#colibri .style-319 .h-contact-form-shortcode [type=\"submit\"]:hover,#colibri .style-319 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit:hover {\n background-color: rgb(2, 110, 159);\n}\n#colibri .style-319 .h-contact-form-shortcode .wpcf7-mail-sent-ng,#colibri .style-319 .h-contact-form-shortcode .wpcf7-aborted,#colibri .style-319 .h-contact-form-shortcode .wpcf7 form.failed .wpcf7-response-output,#colibri .style-319 .h-contact-form-shortcode .wpcf7 form.aborted .wpcf7-response-output,#colibri .style-319 .h-contact-form-shortcode form.forminator-ui .forminator-response-message.forminator-error {\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n background-color: rgb(255, 0, 0);\n background-image: none;\n color: rgb(255, 255, 255);\n}\n#colibri .style-319 .h-contact-form-shortcode .wpcf7-validation-errors,#colibri .style-319 .h-contact-form-shortcode .wpcf7 form.invalid .wpcf7-response-output,#colibri .style-319 .h-contact-form-shortcode .wpcf7 form.unaccepted .wpcf7-response-output,#colibri .style-319 .h-contact-form-shortcode form.forminator-ui .forminator-response-message.forminator-loading {\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n background-color: rgba(255, 233, 76, 0.52);\n background-image: none;\n}\n#colibri .style-319 .h-contact-form-shortcode .wpcf7-mail-sent-ok,#colibri .style-319 .h-contact-form-shortcode .wpcf7 form.sent .wpcf7-response-output,#colibri .style-319 .h-contact-form-shortcode .wpforms-confirmation-container-full,#colibri .style-319 .h-contact-form-shortcode .wpforms-confirmation-container,#colibri .style-319 .h-contact-form-shortcode form.forminator-ui .forminator-response-message.forminator-success {\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n background-color: rgb(177, 250, 159);\n background-image: none;\n}\n#colibri .style-319 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-error-message {\n background-color: #F9E4E8;\n background-image: none;\n line-height: 2em;\n color: #E04562;\n padding-top: 2px;\n padding-right: 10px;\n padding-bottom: 2px;\n padding-left: 10px;\n margin-top: 5px;\n margin-right: 0px;\n margin-bottom: 16px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:320;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:321;a:3:{s:7:\"desktop\";s:415:\"#colibri .style-321 {\n text-align: center;\n height: auto;\n min-height: unset;\n color: #FFFFFF;\n}\n#colibri .style-321 p {\n color: #FFFFFF;\n}\n#colibri .style-321 h1 {\n color: #FFFFFF;\n}\n#colibri .style-321 h2 {\n color: #FFFFFF;\n}\n#colibri .style-321 h3 {\n color: #FFFFFF;\n}\n#colibri .style-321 h4 {\n color: #FFFFFF;\n}\n#colibri .style-321 h5 {\n color: #FFFFFF;\n}\n#colibri .style-321 h6 {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:322;a:3:{s:7:\"desktop\";s:348:\"#colibri .style-322 p,#colibri .style-322 h1,#colibri .style-322 h2,#colibri .style-322 h3,#colibri .style-322 h4,#colibri .style-322 h5,#colibri .style-322 h6 {\n text-transform: capitalize;\n}\n#colibri .style-322 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:323;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-323 ol {\n list-style-type: decimal;\n}\n#colibri .style-323 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:324;a:3:{s:7:\"desktop\";s:161:\"#colibri .style-324 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n padding-top: 50px;\n padding-bottom: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:325;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-325 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:326;a:3:{s:7:\"desktop\";s:875:\"#colibri .style-326 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: 51.40575128622329% 7.599990844726562%;\n background-size: cover;\n background-image: url(\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/rektor.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n z-index: 1;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:68:\"#colibri .style-326 {\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:167:\"#colibri .style-326 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(5%);\n}\n\";}i:327;a:3:{s:7:\"desktop\";s:707:\"#colibri .style-327 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #FFFFFF;\n background-image: none;\n padding-top: 15%;\n padding-right: 13%;\n padding-bottom: 15%;\n padding-left: 13%;\n transform: translateX(-3%) translateY(0%);\n transform-origin: center center 0px;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:155:\"#colibri .style-327 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:254:\"#colibri .style-327 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n}\n\";}i:328;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-328 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:330;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-330 ol {\n list-style-type: decimal;\n}\n#colibri .style-330 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}}s:5:\"rules\";s:192787:\"[{\"id\":1,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"7-h1\",\"1833-h1\",\"6-h1\"]},{\"id\":2,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0, 0, 0, 0.05)\",\"x\":\"0\",\"y\":\"5\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false},\"v\":\"1.1\",\"nodes\":[\"10-h2\",\"7-h2\",\"1837-h2\",\"1833-h2\",\"6-h2\"]},{\"id\":3,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"10-h3\",\"7-h3\",\"1837-h3\",\"1833-h3\",\"6-h3\"]},{\"id\":4,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h4\",\"7-h4\",\"1837-h4\",\"1833-h4\",\"6-h4\"]},{\"id\":5,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"image\"},\"v\":\"1.1\",\"nodes\":[\"10-h5\",\"7-h5\",\"1837-h5\",\"1833-h5\",\"6-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"15\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"family\":\"Montserrat\"}}}}},{\"id\":6,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"7-h66\",\"v\":\"1.1\",\"nodes\":[\"10-h6\",\"7-h6\",\"1837-h6\",\"1833-h6\",\"6-h6\"]},{\"id\":7,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"10-h7\",\"7-h7\",\"1837-h7\",\"1833-h7\",\"6-h7\"]},{\"id\":8,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h8\",\"7-h8\",\"1837-h8\",\"1833-h8\",\"6-h8\"]},{\"id\":9,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"family\":\"Montserrat\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.5}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\"}},\"v\":\"1.1\",\"nodes\":[\"10-h9\",\"7-h9\",\"1837-h9\",\"1833-h9\",\"6-h9\"]},{\"id\":10,\"type\":\"hop-mobile-menu\",\"nodeId\":\"7-h27\",\"nodes\":[\"10-h10\",\"7-h10\",\"1837-h10\",\"1833-h10\",\"6-h10\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"offscreen\":{\"background\":{\"color\":\"#222B34\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"hamburgerButton\":{\"fill\":\"${theme.colors.5}\",\"background\":{\"color\":\"rgba(255, 255, 255, 0.1)\"}}}}}}},{\"id\":11,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"7-h28\",\"nodes\":[\"10-h11\",\"7-h11\",\"1837-h11\",\"1833-h11\",\"6-h11\"],\"v\":\"1.1\"},{\"id\":12,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"7-h30\",\"nodes\":[\"10-h13\",\"7-h13\",\"1837-h13\",\"1833-h13\",\"6-h13\"],\"v\":\"1.1\"},{\"id\":13,\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"type\":\"hop-column\",\"nodeId\":\"7-h31\",\"nodes\":[\"10-h14\",\"7-h14\",\"1837-h14\",\"1833-h14\",\"6-h14\"],\"v\":\"1.1\"},{\"id\":14,\"type\":\"hop-logo\",\"nodeId\":\"7-h32\",\"nodes\":[\"10-h15\",\"7-h15\",\"1837-h15\",\"1833-h15\",\"6-h15\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"Montserrat\",\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"15\"},\"transform\":\"uppercase\"}}}},\"props\":{\"layoutType\":\"text\"}},{\"id\":15,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"7-h33\",\"nodes\":[\"10-h16\",\"7-h16\",\"1837-h16\",\"1833-h16\",\"6-h16\"],\"v\":\"1.1\"},{\"id\":16,\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"type\":\"hop-column\",\"nodeId\":\"7-h34\",\"nodes\":[\"10-h17\",\"7-h17\",\"1837-h17\",\"1833-h17\",\"6-h17\"],\"v\":\"1.1\"},{\"id\":17,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\",\"family\":\"Montserrat\",\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}},\"item\":{\"border\":{\"bottom\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"submenu-item\":{\"border\":{\"bottom\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0.8)\"}}}}},\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"7-h29\",\"nodes\":[\"10-h12\",\"7-h12\",\"1837-h12\",\"1833-h12\",\"6-h12\"],\"v\":\"1.1\"},{\"id\":18,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"10-h18\",\"7-h18\",\"1837-h18\",\"1833-h18\",\"6-h18\"]},{\"id\":19,\"style\":{\"background\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"10-h19\",\"7-h19\",\"1837-h19\",\"1833-h19\",\"6-h19\"]},{\"id\":20,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"10-h20\",\"7-h20\",\"1837-h20\",\"1833-h20\",\"6-h20\"]},{\"id\":21,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"fill\":\"${theme.colors.4}\"},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083052},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.094166060197272},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579822}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"10-h21\",\"7-h21\",\"1837-h21\",\"1833-h21\",\"6-h21\"]},{\"id\":22,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h22\",\"7-h22\",\"1837-h22\",\"1833-h22\",\"6-h22\"]},{\"id\":23,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"rgba(255, 255, 255, 0.7)\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"16\"},\"height\":{\"value\":\"16\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"10-h23\",\"7-h23\",\"1837-h23\",\"1833-h23\",\"6-h23\"]},{\"id\":24,\"style\":{\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":{\"angle\":\"-20\",\"steps\":[{\"color\":\"rgba(183, 33, 255, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(33, 212, 253, 0.8)\",\"position\":\"100\"}]},\"shape\":{\"value\":\"none\",\"isTile\":false},\"color\":{\"value\":\"${theme.colors.5}\",\"opacity\":\"0.45\"}},\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/gedung.jpg\"},\"useParallax\":false,\"attachment\":\"fixed\",\"position\":\"center center\",\"size\":\"cover\"}],\"slideshow\":{\"slides\":[{\"id\":1,\"url\":\"http:\\/\\/wpsites.extendstudio.net\\/wp\\/defaults\\/brite-frontpage\\/wp-content\\/mu-plugins\\/preinstalled-plugins\\/colibri-page-builder-pro\\/\\/extend-builder\\/assets\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"},{\"id\":2,\"url\":\"http:\\/\\/wpsites.extendstudio.net\\/wp\\/defaults\\/brite-frontpage\\/wp-content\\/mu-plugins\\/preinstalled-plugins\\/colibri-page-builder-pro\\/\\/extend-builder\\/assets\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"id\":3,\"url\":\"http:\\/\\/wpsites.extendstudio.net\\/wp\\/defaults\\/brite-frontpage\\/wp-content\\/mu-plugins\\/preinstalled-plugins\\/colibri-page-builder-pro\\/\\/extend-builder\\/assets\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"}]}},\"separatorBottom\":{\"enabled\":true,\"height\":{\"value\":\"90\"}},\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":\"200\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":169,\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"100\"}}}}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"width\":\"boxed\"},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"1833-h24\",\"6-h24\"]},{\"id\":25,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"horizontalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h25\",\"1833-h25\",\"6-h25\"]},{\"id\":26,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"transform\":{\"translate\":{\"x\":{\"value\":-17,\"unit\":\"%\"},\"y\":{\"value\":-8,\"unit\":\"%\"}}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h26\",\"1833-h26\",\"6-h26\"]},{\"id\":27,\"props\":{\"headerType\":\"2\",\"fancy\":{\"fancyWord\":\"Bengkulu\",\"typeStyle\":\"rotating\",\"fancyRotatingWords\":\"Bencoolen\\nBangkahulu\",\"animationDuration\":{\"value\":\"2\"}}},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"7-h27\",\"1833-h27\",\"6-h27\"],\"style\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"40\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},{\"id\":28,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"7-h29\",\"1833-h28\",\"6-h28\"]},{\"id\":29,\"type\":\"hop-button\",\"nodeId\":\"7-h25\",\"nodes\":[\"7-h30\",\"1833-h29\",\"6-h29\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"26\",\"y\":\"14\",\"spread\":\"-12\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"${theme.colors.4}\",\"transform\":\"uppercase\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"family\":\"Open Sans\"}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":30,\"type\":\"hop-button\",\"nodeId\":\"7-h26\",\"nodes\":[\"7-h31\",\"1833-h30\",\"6-h30\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.4}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"26\",\"y\":\"14\",\"spread\":\"-12\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}},\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":31,\"type\":\"hop-header\",\"nodeId\":\"4443-h1\",\"v\":\"1.1\",\"nodes\":[\"10-h1\",\"1837-h1\"]},{\"id\":32,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0, 0, 0, 0.05)\",\"x\":\"0\",\"y\":\"5\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false},\"v\":\"1.1\",\"nodes\":[\"10-h2\",\"7-h2\",\"1837-h2\",\"1833-h2\"]},{\"id\":33,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"10-h3\",\"7-h3\",\"1837-h3\",\"1833-h3\"]},{\"id\":34,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h4\",\"7-h4\",\"1837-h4\",\"1833-h4\"]},{\"id\":35,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\"},\"v\":\"1.1\",\"nodes\":[\"10-h5\",\"7-h5\",\"1837-h5\",\"1833-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"15\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"family\":\"Montserrat\"}}}}},{\"id\":36,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"7-h66\",\"v\":\"1.1\",\"nodes\":[\"10-h6\",\"7-h6\",\"1837-h6\",\"1833-h6\"]},{\"id\":37,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"10-h7\",\"7-h7\",\"1837-h7\",\"1833-h7\"]},{\"id\":38,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h8\",\"7-h8\",\"1837-h8\",\"1833-h8\"]},{\"id\":39,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"family\":\"Montserrat\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.5}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\"}},\"v\":\"1.1\",\"nodes\":[\"10-h9\",\"7-h9\",\"1837-h9\",\"1833-h9\"]},{\"id\":40,\"type\":\"hop-mobile-menu\",\"nodeId\":\"7-h27\",\"nodes\":[\"10-h10\",\"7-h10\",\"1837-h10\",\"1833-h10\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"offscreen\":{\"background\":{\"color\":\"#222B34\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"hamburgerButton\":{\"fill\":\"${theme.colors.5}\",\"background\":{\"color\":\"rgba(255, 255, 255, 0.1)\"}}}}}}},{\"id\":41,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"7-h28\",\"nodes\":[\"10-h11\",\"7-h11\",\"1837-h11\",\"1833-h11\"],\"v\":\"1.1\"},{\"id\":42,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"7-h30\",\"nodes\":[\"10-h13\",\"7-h13\",\"1837-h13\",\"1833-h13\"],\"v\":\"1.1\"},{\"id\":43,\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"type\":\"hop-column\",\"nodeId\":\"7-h31\",\"nodes\":[\"10-h14\",\"7-h14\",\"1837-h14\",\"1833-h14\"],\"v\":\"1.1\"},{\"id\":44,\"type\":\"hop-logo\",\"nodeId\":\"7-h32\",\"nodes\":[\"10-h15\",\"7-h15\",\"1837-h15\",\"1833-h15\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"Montserrat\",\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"15\"},\"transform\":\"uppercase\"}}}},\"props\":{\"layoutType\":\"text\"}},{\"id\":45,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"7-h33\",\"nodes\":[\"10-h16\",\"7-h16\",\"1837-h16\",\"1833-h16\"],\"v\":\"1.1\"},{\"id\":46,\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"type\":\"hop-column\",\"nodeId\":\"7-h34\",\"nodes\":[\"10-h17\",\"7-h17\",\"1837-h17\",\"1833-h17\"],\"v\":\"1.1\"},{\"id\":47,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\",\"family\":\"Montserrat\",\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}},\"item\":{\"border\":{\"bottom\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"submenu-item\":{\"border\":{\"bottom\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0.8)\"}}}}},\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"7-h29\",\"nodes\":[\"10-h12\",\"7-h12\",\"1837-h12\",\"1833-h12\"],\"v\":\"1.1\"},{\"id\":48,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"10-h18\",\"7-h18\",\"1837-h18\",\"1833-h18\"]},{\"id\":49,\"style\":{\"background\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"10-h19\",\"7-h19\",\"1837-h19\",\"1833-h19\"]},{\"id\":50,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"10-h20\",\"7-h20\",\"1837-h20\",\"1833-h20\"]},{\"id\":51,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"fill\":\"${theme.colors.4}\"},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083052},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.094166060197272},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579822}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"10-h21\",\"7-h21\",\"1837-h21\",\"1833-h21\"]},{\"id\":52,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h22\",\"7-h22\",\"1837-h22\",\"1833-h22\"]},{\"id\":53,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"rgba(255, 255, 255, 0.7)\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"16\"},\"height\":{\"value\":\"16\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"10-h23\",\"7-h23\",\"1837-h23\",\"1833-h23\"]},{\"id\":54,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"gradient\":{\"angle\":\"90\",\"steps\":[{\"color\":\"rgba(106, 17, 203, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(37, 117, 252, 0.8)\",\"position\":\"100\"}]},\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/home-page-header-scaled-1.jpg\"},\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"${theme.colors.5}\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"150\"},\"bottom\":{\"unit\":\"px\",\"value\":\"250\"}},\"separatorBottom\":{\"enabled\":true,\"height\":{\"value\":\"90\"},\"color\":\"${theme.colors.4}\"},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"fit-to-content\"}}}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"width\":\"boxed\"},\"type\":\"hop-hero\",\"nodeId\":\"7-h32\",\"v\":\"1.1\",\"nodes\":[\"10-h24\",\"1837-h24\"]},{\"id\":55,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"7-h28\",\"v\":\"1.1\",\"nodes\":[\"10-h25\",\"1837-h25\"]},{\"id\":56,\"type\":\"hop-column\",\"nodeId\":\"7-h29\",\"v\":\"1.1\",\"nodes\":[\"10-h26\",\"1837-h26\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":57,\"type\":\"hop-page-title\",\"nodeId\":\"7-h30\",\"v\":\"1.1\",\"nodes\":[\"10-h27\",\"1837-h27\"]},{\"id\":58,\"type\":\"hop-footer\",\"props\":{\"useFooterParallax\":false},\"v\":\"1.1\",\"nodes\":[\"1840-f1\",\"13-f1\"]},{\"id\":59,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"15\"},\"bottom\":{\"path\":\"value\",\"value\":\"15\"}},\"background\":{\"color\":\"rgb(255, 252, 252)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"rgba(255, 255, 255, 0.5)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgba(255, 255, 255, 0.5)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgba(255, 255, 255, 0.5)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgba(255, 255, 255, 0.5)\"}}},\"v\":\"1.1\",\"nodes\":[\"1840-f2\",\"13-f2\"]},{\"id\":60,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"1840-f3\",\"13-f3\"]},{\"id\":61,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":1,\"verticalInnerGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"1840-f4\",\"13-f4\"]},{\"id\":62,\"type\":\"hop-copyright\",\"nodeId\":\"13-f6\",\"v\":\"1.1\",\"nodes\":[\"1840-f5\",\"13-f5\"],\"style\":{\"typography\":{\"color\":\"rgba(255, 255, 255, 0.7)\",\"holders\":{\"a\":{\"color\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"color\":\"${theme.colors.0}\"}}}}}}},{\"id\":63,\"type\":\"hop-main\",\"nodeId\":\"71-m1\",\"v\":\"1.1\",\"nodes\":[\"432-m1\",\"456-m1\",\"1843-m1\"],\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-95\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"-120\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":64,\"type\":\"hop-section\",\"nodeId\":\"16-m29\",\"nodes\":[\"432-m2\",\"456-m2\",\"1843-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"props\":{\"width\":\"boxed\"}},{\"id\":65,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m25\",\"456-m15\",\"1843-m19\"],\"v\":\"1.1\"},{\"id\":66,\"type\":\"hop-column\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m26\",\"456-m16\",\"1843-m20\"],\"v\":\"1.1\"},{\"id\":67,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m35\",\"nodes\":[\"432-m27\",\"456-m17\",\"1843-m21\"],\"v\":\"1.1\"},{\"id\":68,\"type\":\"hop-text\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m28\",\"456-m18\",\"1843-m22\"],\"v\":\"1.1\"},{\"id\":69,\"type\":\"hop-post-loop\",\"nodeId\":\"23-m35\",\"style\":{\"background\":{\"color\":\"${theme.colors.2}\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"145\",\"steps\":[{\"color\":\"${theme.colors.4}\",\"position\":\"42\"},{\"color\":\"rgb(243, 243, 243)\"}]}}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"20\",\"spread\":\"2\",\"blur\":\"40\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"x\":\"0\"}]},\"media\":{\"mobile\":{\"boxShadow\":{\"layers\":[{\"blur\":\"15\",\"y\":\"10\"}]},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"tablet\":{\"boxShadow\":{\"layers\":[{\"blur\":\"20\",\"y\":\"10\"}]},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"40\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"27\",\"unit\":\"px\"},\"right\":{\"value\":\"27\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"5\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"432-m3\",\"456-m3\",\"1843-m3\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":70,\"type\":\"hop-loop-item\",\"nodeId\":\"23-m36\",\"v\":\"1.1\",\"nodes\":[\"432-m4\",\"456-m4\",\"1843-m4\"],\"style\":{\"background\":{\"color\":\"\"},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}}},{\"id\":71,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"23-m37\",\"style\":{\"background\":{\"color\":\"rgba(255,255,255,0)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"descendants\":{\"image\":{\"object\":{\"fit\":\"cover\"}}}},\"v\":\"1.1\",\"nodes\":[\"432-m5\",\"456-m5\",\"1843-m5\"]},{\"id\":72,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"itemsPerRow\":1,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m6\",\"456-m6\",\"1843-m6\"]},{\"id\":73,\"type\":\"hop-column\",\"nodeId\":\"1723-m27\",\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"0\"}}},\"v\":\"1.1\",\"nodes\":[\"432-m7\",\"456-m7\",\"1843-m7\"],\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},{\"id\":74,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-categories-container\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m10\",\"456-m9\",\"1843-m8\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":75,\"type\":\"hop-column\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m13\",\"456-m12\",\"1843-m9\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"start\"}},{\"id\":76,\"type\":\"hop-post-categories\",\"nodeId\":\"16-m37\",\"nodes\":[\"432-m14\",\"456-m13\",\"1843-m10\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"typography\":{\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"transform\":\"lowercase\",\"decoration\":\"underline\"},\"border\":{\"top\":{\"style\":\"solid\"},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\"},\"left\":{\"style\":\"solid\"}}},\"categoriesPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant3}\"}}}}},{\"id\":77,\"type\":\"hop-column\",\"nodeId\":\"16-m38\",\"nodes\":[\"432-m11\",\"456-m10\",\"1843-m11\"],\"v\":\"1.1\",\"props\":{\"verticalAlign\":\"start\"},\"style\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"tablet\":{\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":78,\"type\":\"hop-post-meta\",\"nodeId\":\"5-c229\",\"nodes\":[\"459-m12\",\"465-m8\",\"456-m8\",\"5-c177\",\"1843-m12\",\"1852-m8\",\"1846-m12\",\"1861-c179\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":79,\"type\":\"hop-post-content\",\"nodeId\":\"23-m40\",\"v\":\"1.1\",\"nodes\":[\"432-m9\",\"456-m14\",\"1843-m13\"],\"style\":{\"descendants\":{\"content\":{\"typography\":{\"color\":\"${theme.colors.6|variant3}\",\"weight\":\"300\",\"family\":\"Source Sans Pro\",\"size\":{\"unit\":\"px\",\"value\":\"18\"},\"holders\":{\"a\":{\"color\":\"${theme.colors.0|variant3}\",\"states\":{\"hover\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},{\"id\":80,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"horizontalAlign\":\"start\"}},\"type\":\"hop-post-tags-container\",\"nodeId\":\"456-m37\",\"nodes\":[\"456-m37\",\"1843-m14\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":81,\"type\":\"hop-column\",\"nodeId\":\"456-m38\",\"nodes\":[\"456-m38\",\"1843-m15\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":82,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"24\"},\"height\":{\"path\":\"value\",\"value\":\"24\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"1843-m16\"]},{\"id\":83,\"type\":\"hop-column\",\"nodeId\":\"1843-m36\",\"nodes\":[\"1843-m17\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},{\"id\":84,\"type\":\"hop-post-tags\",\"nodeId\":\"456-m40\",\"nodes\":[\"456-m40\",\"1843-m18\",\"1852-m22\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"tagsLinks\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\",\"weight\":\"400\",\"transform\":\"lowercase\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"margin\":{\"right\":{\"value\":\"10\"}},\"background\":{\"color\":\"\"}},\"tagsPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}}},{\"id\":85,\"type\":\"hop-section\",\"nodeId\":\"16-m55\",\"nodes\":[\"432-m29\",\"456-m19\",\"1843-m23\"],\"style\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":\"40\"}}},\"v\":\"1.1\"},{\"id\":86,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m59\",\"nodes\":[\"432-m34\",\"456-m30\",\"1843-m34\"],\"v\":\"1.1\"},{\"id\":87,\"type\":\"hop-column\",\"nodeId\":\"16-m60\",\"nodes\":[\"432-m35\",\"456-m31\",\"1843-m35\"],\"v\":\"1.1\"},{\"id\":88,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m61\",\"nodes\":[\"432-m36\",\"456-m32\",\"1843-m36\"],\"v\":\"1.1\"},{\"id\":89,\"type\":\"hop-text\",\"nodeId\":\"16-m62\",\"nodes\":[\"432-m37\",\"456-m33\",\"1843-m37\"],\"v\":\"1.1\"},{\"id\":90,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m20\",\"456-m20\",\"1843-m24\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"40\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}}}}},{\"id\":91,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m21\",\"465-m13\",\"459-m17\",\"456-m21\",\"1843-m25\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":92,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m48\",\"v\":\"1.1\",\"nodes\":[\"432-m22\",\"456-m22\",\"1843-m26\"],\"style\":{\"descendants\":{\"navigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\"},\"top\":{\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}}}},\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"family\":\"Open Sans\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"navigationTitle\":{\"maxWidth\":{\"value\":\"40\",\"unit\":\"ch\"}}}}},{\"id\":93,\"type\":\"hop-column\",\"nodeId\":\"456-m33\",\"nodes\":[\"456-m23\",\"1843-m27\"],\"v\":\"1.1\"},{\"id\":94,\"type\":\"hop-column\",\"nodeId\":\"456-m24\",\"nodes\":[\"459-m21\",\"456-m24\",\"1843-m28\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":95,\"type\":\"hop-post-nav-button\",\"nodeId\":\"456-m25\",\"v\":\"1.1\",\"nodes\":[\"456-m25\",\"1843-m29\"],\"style\":{\"descendants\":{\"navigationButton\":{\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\",\"decoration\":\"none\",\"family\":\"Open Sans\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"${theme.colors.5}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"navigationTitle\":{\"maxWidth\":{\"value\":\"40\",\"unit\":\"ch\"}}}}},{\"id\":96,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"16-m56\",\"nodes\":[\"432-m30\",\"456-m26\",\"1843-m30\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}}},{\"id\":97,\"type\":\"hop-column\",\"nodeId\":\"16-m57\",\"nodes\":[\"432-m31\",\"456-m27\",\"1843-m31\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\",\"position\":\"42\"},{\"color\":\"rgba(230, 230, 230, 0.5)\"}],\"angle\":\"145\"}}}]},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0}},\"tablet\":{\"layout\":{\"verticalInnerGap\":0}}}}},{\"id\":98,\"type\":\"hop-post-comments\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m32\",\"456-m28\",\"1843-m32\"],\"style\":{\"descendants\":{\"commentsTitle\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.6}\",\"weight\":\"600\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"}}},\"commentInfo\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Montserrat\",\"weight\":\"300\"},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"commentText\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.6|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"holders\":{\"p\":{\"color\":\"${theme.colors.6|variant3}\"},\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0}\"}},\"color\":\"${theme.colors.0|variant3}\"}}}},\"commentAuthorName\":{\"typography\":{\"decoration\":\"none\",\"style\":\"normal\",\"weight\":\"300\",\"color\":\"${theme.colors.5|variant3}\",\"family\":\"Montserrat\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"disabledComments\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.6|variant3}\"}},\"comment\":{\"background\":{\"color\":\"${theme.colors.7}\"},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentAvatar\":{\"width\":{\"value\":30},\"height\":{\"value\":30},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"commentsContainer\":{\"background\":{\"color\":\"\"}},\"commentReply\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\",\"size\":{\"unit\":\"em\",\"value\":\"1\"},\"transform\":\"lowercase\",\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"alternateComment\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":\"12\"}}},\"commentInfoContainer\":{\"typography\":{\"color\":\"${theme.colors.6|variant2}\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.6}\"}}}},\"commentEdit\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant3}\",\"weight\":\"300\",\"family\":\"Montserrat\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":99,\"type\":\"hop-post-comment-form\",\"nodeId\":\"23-m32\",\"v\":\"1.1\",\"nodes\":[\"432-m33\",\"456-m29\",\"1843-m33\"],\"style\":{\"descendants\":{\"commentFormTitle\":{\"typography\":{\"color\":\"${theme.colors.6|variant3}\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"},\"weight\":\"600\",\"family\":\"Montserrat\"}},\"commentFormLabels\":{\"typography\":{\"color\":\"${theme.colors.6|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"family\":\"Open Sans\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"commentFormButton\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"4\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"4\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.4}\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"transform\":\"uppercase\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"commentFormInputs\":{\"border\":{\"top\":{\"color\":\"rgba(204, 204, 204, 0.8)\",\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(204, 204, 204, 0.8)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(204, 204, 204, 0.8)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(204, 204, 204, 0.8)\",\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"typography\":{\"weight\":\"300\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.6|variant3}\"},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"commentFormNotes\":{\"typography\":{\"color\":\"${theme.colors.6|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}}},{\"id\":100,\"type\":\"hop-main\",\"nodeId\":\"68-m1\",\"v\":\"1.1\",\"nodes\":[\"435-m1\",\"459-m1\",\"1846-m1\"],\"style\":{\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-95\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"-120\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":101,\"type\":\"hop-section\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m2\",\"459-m2\",\"1846-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}}},\"v\":\"1.1\"},{\"id\":102,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"19-m40\",\"nodes\":[\"435-m25\",\"459-m23\",\"1846-m23\"],\"v\":\"1.1\"},{\"id\":103,\"type\":\"hop-column\",\"nodeId\":\"19-m41\",\"nodes\":[\"435-m26\",\"459-m24\",\"1846-m24\"],\"v\":\"1.1\"},{\"id\":104,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"19-m42\",\"nodes\":[\"435-m27\",\"459-m25\",\"1846-m25\"],\"v\":\"1.1\"},{\"id\":105,\"type\":\"hop-text\",\"nodeId\":\"19-m43\",\"nodes\":[\"435-m28\",\"459-m26\",\"1846-m26\"],\"v\":\"1.1\"},{\"id\":106,\"type\":\"hop-archive-loop\",\"nodeId\":\"26-m6\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":2,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"verticalGap\":3}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":3}}},\"showMasonry\":true},\"v\":\"1.1\",\"nodes\":[\"435-m3\",\"459-m3\",\"1846-m3\"]},{\"id\":107,\"type\":\"hop-loop-item\",\"nodeId\":\"26-m7\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\",\"position\":\"42\"},{\"color\":\"rgb(239, 239, 239)\",\"position\":100}],\"angle\":\"145\"}}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"}},\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"spread\":\"2\",\"y\":\"20\",\"blur\":\"60\",\"x\":\"20\"}]},\"media\":{\"tablet\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}}}},\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m4\",\"459-m4\",\"1846-m4\"],\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":108,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"26-m19\",\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(255,255,255,0)\"}},\"v\":\"1.1\",\"nodes\":[\"435-m5\",\"459-m5\",\"1846-m5\"]},{\"id\":109,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"style\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"459-m6\",\"5-c171\",\"1846-m6\"]},{\"id\":110,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"background\":{\"color\":\"\"}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"v\":\"1.1\",\"nodes\":[\"459-m7\",\"5-c172\",\"1846-m7\"]},{\"id\":111,\"type\":\"hop-post-title\",\"style\":{\"descendants\":{\"title\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"459-m8\",\"1846-m8\"],\"nodeId\":\"459-m10\"},{\"id\":112,\"type\":\"hop-post-excerpt\",\"nodeId\":\"26-m11\",\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m11\",\"459-m9\",\"1846-m9\"]},{\"id\":113,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"459-m24\",\"nodes\":[\"459-m10\",\"1846-m10\"],\"v\":\"1.1\"},{\"id\":114,\"type\":\"hop-column\",\"nodeId\":\"5-c194\",\"nodes\":[\"459-m11\",\"465-m7\",\"5-c176\",\"1846-m11\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":115,\"type\":\"hop-post-meta\",\"nodeId\":\"5-c229\",\"nodes\":[\"459-m12\",\"465-m8\",\"456-m8\",\"5-c177\",\"1843-m12\",\"1852-m8\",\"1846-m12\",\"1861-c179\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":116,\"type\":\"hop-column\",\"nodeId\":\"5-c195\",\"nodes\":[\"459-m13\",\"465-m9\",\"5-c178\",\"1846-m13\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":117,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"459-m22\",\"nodes\":[\"459-m14\",\"1846-m14\"],\"v\":\"1.1\"},{\"id\":118,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"3\",\"unit\":\"px\",\"path\":\"value\"}},\"size\":{\"value\":\"11\",\"unit\":\"px\"}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"y\":\"14\",\"spread\":\"-12\",\"blur\":\"26\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.6|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\",\"weight\":\"400\"}},\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"459-m15\",\"465-m11\",\"5-c180\",\"1852-m11\",\"1846-m15\",\"1861-c182\"]},{\"id\":119,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalAlign\":\"center\"}}}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m18\",\"459-m16\",\"1846-m16\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"30\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":120,\"type\":\"hop-column\",\"nodeId\":\"459-m17\",\"nodes\":[\"459-m17\",\"1846-m17\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":121,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"459-m18\",\"v\":\"1.1\",\"nodes\":[\"459-m18\",\"1846-m18\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"\",\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.4}\"},\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":122,\"type\":\"hop-column\",\"nodeId\":\"19-m39\",\"nodes\":[\"435-m21\",\"465-m12\",\"459-m19\",\"1846-m19\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2},\"verticalAlign\":\"center\"}},{\"id\":123,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m22\",\"459-m20\",\"1846-m20\"]},{\"id\":124,\"type\":\"hop-column\",\"nodeId\":\"459-m21\",\"nodes\":[\"459-m21\",\"1846-m21\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":125,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"459-m18\",\"v\":\"1.1\",\"nodes\":[\"465-m18\",\"459-m22\",\"1846-m22\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"\",\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.4}\"},\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":126,\"type\":\"hop-main\",\"nodeId\":\"35-m1\",\"v\":\"1.1\",\"nodes\":[\"636-m1\",\"462-m1\"]},{\"id\":127,\"type\":\"hop-row\",\"nodeId\":\"1735-m2\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"636-m2\",\"462-m2\"]},{\"id\":128,\"type\":\"hop-column\",\"nodeId\":\"35-m3\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"636-m3\",\"462-m3\"]},{\"id\":129,\"type\":\"hop-heading\",\"nodeId\":\"1735-m11\",\"style\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"em\",\"value\":\"10\"}}},\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"636-m4\",\"462-m4\"]},{\"id\":130,\"type\":\"hop-text\",\"nodeId\":\"1735-m12\",\"v\":\"1.1\",\"nodes\":[\"636-m5\",\"462-m5\"]},{\"id\":131,\"type\":\"hop-home-button-group\",\"nodeId\":\"22-m8\",\"v\":\"1.1\",\"nodes\":[\"636-m6\",\"462-m6\"]},{\"id\":132,\"type\":\"hop-home-button\",\"nodeId\":\"22-m9\",\"style\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(2, 110, 159, 0)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"transform\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.5\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"descendants\":{\"icon\":{\"size\":{\"value\":\"16\",\"unit\":\"px\"},\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"textAlign\":\"center\"},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"636-m7\",\"462-m7\"]},{\"id\":133,\"type\":\"hop-main\",\"nodeId\":\"38-m1\",\"v\":\"1.1\",\"nodes\":[\"639-m1\",\"465-m1\",\"1852-m1\"],\"style\":{\"margin\":{\"top\":{\"value\":\"-120\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-95\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":134,\"type\":\"hop-archive-loop\",\"nodeId\":\"1738-m4\",\"props\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":2,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"showMasonry\":true,\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":3,\"verticalGap\":3}},\"tablet\":{\"layout\":{\"verticalGap\":2,\"itemsPerRow\":1}}}},\"v\":\"1.1\",\"nodes\":[\"639-m2\",\"465-m2\",\"1852-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":135,\"type\":\"hop-loop-item\",\"nodeId\":\"1706-c10\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\"},{\"color\":\"rgb(239, 239, 239)\"}],\"angle\":162}}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"20\",\"spread\":\"2\",\"blur\":\"60\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"x\":\"20\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(246, 246, 246)\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"20\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"639-m3\",\"465-m3\",\"1852-m3\"],\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}}},{\"id\":136,\"type\":\"hop-post-title\",\"nodeId\":\"38-m7\",\"v\":\"1.1\",\"nodes\":[\"639-m7\",\"465-m4\",\"1852-m4\"],\"style\":{\"descendants\":{\"title\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":137,\"type\":\"hop-post-excerpt\",\"nodeId\":\"38-m8\",\"v\":\"1.1\",\"nodes\":[\"639-m9\",\"465-m5\",\"1852-m5\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}}},{\"id\":138,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"465-m17\",\"nodes\":[\"465-m6\",\"1852-m6\"],\"v\":\"1.1\"},{\"id\":139,\"type\":\"hop-column\",\"nodeId\":\"5-c194\",\"nodes\":[\"459-m11\",\"465-m7\",\"5-c176\",\"1852-m7\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":140,\"type\":\"hop-post-meta\",\"nodeId\":\"5-c229\",\"nodes\":[\"459-m12\",\"465-m8\",\"456-m8\",\"5-c177\",\"1843-m12\",\"1852-m8\",\"1846-m12\",\"1861-c179\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":141,\"type\":\"hop-column\",\"nodeId\":\"5-c195\",\"nodes\":[\"459-m13\",\"465-m9\",\"5-c178\",\"1852-m9\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":142,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"465-m20\",\"nodes\":[\"465-m10\",\"1852-m10\"],\"v\":\"1.1\"},{\"id\":143,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"3\",\"unit\":\"px\",\"path\":\"value\"}},\"size\":{\"value\":\"11\",\"unit\":\"px\"}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"y\":\"14\",\"spread\":\"-12\",\"blur\":\"26\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.6|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\",\"weight\":\"400\"}},\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"459-m15\",\"465-m11\",\"5-c180\",\"1852-m11\",\"1846-m15\",\"1861-c182\"]},{\"id\":144,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"25-m22\",\"nodes\":[\"639-m12\",\"465-m12\",\"1852-m12\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"30\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},{\"id\":145,\"type\":\"hop-column\",\"nodeId\":\"465-m13\",\"nodes\":[\"465-m13\",\"1852-m13\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":146,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"465-m14\",\"v\":\"1.1\",\"nodes\":[\"465-m14\",\"1852-m14\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"\",\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.4}\"},\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":147,\"type\":\"hop-column\",\"nodeId\":\"465-m12\",\"nodes\":[\"465-m15\",\"1852-m15\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2},\"verticalAlign\":\"center\"}},{\"id\":148,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m17\",\"465-m16\",\"1852-m16\"]},{\"id\":149,\"type\":\"hop-column\",\"nodeId\":\"465-m14\",\"nodes\":[\"465-m17\",\"1852-m17\"],\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"},\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},{\"id\":150,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"465-m18\",\"v\":\"1.1\",\"nodes\":[\"465-m18\",\"1852-m18\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"\",\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"16\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.4}\"},\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":151,\"type\":\"hop-row\",\"nodeId\":\"38-m2\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":1,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"v\":\"1.1\",\"nodes\":[\"639-m20\",\"465-m19\",\"1852-m19\"]},{\"id\":152,\"type\":\"hop-column\",\"nodeId\":\"38-m3\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"639-m21\",\"465-m20\",\"1852-m20\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":153,\"type\":\"hop-archive-navigation\",\"nodeId\":\"38-m9\",\"v\":\"1.1\",\"nodes\":[\"639-m22\",\"465-m21\",\"1852-m21\"]},{\"id\":154,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\",\"468-s1\",\"1855-s1\"]},{\"id\":155,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\",\"468-s2\",\"1855-s2\"],\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\"},{\"id\":156,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\",\"468-s13\",\"1855-s13\"],\"v\":\"1.1\"},{\"id\":157,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\",\"468-s14\",\"1855-s14\"],\"v\":\"1.1\"},{\"id\":158,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\",\"468-s15\",\"1855-s15\"],\"v\":\"1.1\"},{\"id\":159,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\",\"468-s16\",\"1855-s16\"],\"v\":\"1.1\"},{\"id\":160,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":3,\"verticalGap\":3}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\",\"468-s3\",\"1855-s3\"],\"v\":\"1.1\"},{\"id\":161,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\",\"468-s4\",\"1855-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":162,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"rgb(230, 230, 230)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"rgb(230, 230, 230)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(230, 230, 230)\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"8\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"widgetListItem\":{\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"typography\":{\"family\":\"Open Sans\",\"weight\":\"300\",\"color\":\"black\"}},\"widgetTitle\":{\"margin\":{\"top\":{\"value\":\"8\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}}},\"widgetList\":{\"listStyleType\":\"none\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"background\":{\"color\":\"\"}},\"widgetContentContainer\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"\"},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\"},{\"color\":\"rgb(230, 230, 230)\"}],\"angle\":\"145\"}}}]}},\"v\":\"1.1\",\"nodes\":[\"438-s5\",\"468-s5\",\"1855-s5\"]},{\"id\":163,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(230, 230, 230, 0.5)\"},\"typography\":{\"color\":\"${theme.colors.4|variant4}\"},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgba(230, 230, 230, 0.5)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant3}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\",\"468-s6\",\"1855-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":164,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\",\"468-s7\",\"1855-s7\"]},{\"id\":165,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\",\"468-s8\",\"1855-s8\"]},{\"id\":166,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\",\"468-s9\",\"1855-s9\"]},{\"id\":167,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\",\"468-s10\",\"1855-s10\"]},{\"id\":168,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\",\"468-s11\",\"1855-s11\"]},{\"id\":169,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\",\"468-s12\",\"1855-s12\"],\"v\":\"1.1\"},{\"id\":170,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\"]},{\"id\":171,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":172,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\"],\"v\":\"1.1\"},{\"id\":173,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\"],\"v\":\"1.1\"},{\"id\":174,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\"],\"v\":\"1.1\"},{\"id\":175,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\"],\"v\":\"1.1\"},{\"id\":176,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\"],\"v\":\"1.1\"},{\"id\":177,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":178,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"widgetListItem\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetList\":{\"listStyleType\":\"none\"},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"438-s5\"]},{\"id\":179,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgb(249, 250, 251)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":180,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\"]},{\"id\":181,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\"]},{\"id\":182,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\"]},{\"id\":183,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\"]},{\"id\":184,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\"]},{\"id\":185,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\"],\"v\":\"1.1\"},{\"id\":186,\"type\":\"hop-content\",\"nodeId\":\"5-c1\",\"nodes\":[\"5-c1\",\"1861-c1\",\"34-c1\"],\"v\":\"1.1\"},{\"id\":187,\"type\":\"hop-section\",\"nodeId\":\"5-c2\",\"nodes\":[\"5-c2\",\"1861-c2\",\"34-c2\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"top\":{\"value\":0}},\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":-230,\"unit\":\"px\"}}}}}},{\"id\":188,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"1861-c193\",\"nodes\":[\"1861-c3\",\"34-c3\"],\"v\":\"1.1\"},{\"id\":189,\"type\":\"hop-column\",\"nodeId\":\"1861-c194\",\"nodes\":[\"1861-c4\",\"34-c4\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\"},{\"color\":\"rgb(239, 239, 239)\"}],\"angle\":\"145\"}}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"20\",\"blur\":\"60\",\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"x\":\"20\"}]},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"typography\":{\"holders\":{\"h6\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":190,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"1861-c196\",\"nodes\":[\"1861-c5\",\"34-c5\"],\"v\":\"1.1\"},{\"id\":191,\"type\":\"hop-column\",\"nodeId\":\"5-c4\",\"nodes\":[\"5-c4\",\"5-c10\",\"5-c16\",\"5-c22\",\"1861-c6\",\"1861-c12\",\"1861-c18\",\"1861-c24\",\"34-c6\",\"34-c11\",\"34-c16\",\"34-c21\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"background\":{\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\"},{\"color\":\"rgb(239, 239, 239)\"}],\"angle\":\"145\"}}}],\"color\":\"${theme.colors.4}\"},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":192,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.4}\",\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"50\"},\"height\":{\"path\":\"value\",\"value\":\"50\"},\"background\":{\"color\":\"${theme.colors.0}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"left\":{\"path\":\"value\",\"value\":\"20\"},\"right\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"5-c5\",\"1861-c7\",\"34-c7\"]},{\"id\":193,\"type\":\"hop-heading\",\"nodeId\":\"5-c9\",\"nodes\":[\"5-c6\",\"5-c12\",\"5-c18\",\"5-c24\",\"1861-c8\",\"1861-c14\",\"1861-c20\",\"1861-c26\",\"34-c8\",\"34-c13\",\"34-c18\",\"34-c23\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":194,\"type\":\"hop-text\",\"nodeId\":\"5-c10\",\"nodes\":[\"5-c7\",\"5-c13\",\"5-c19\",\"5-c25\",\"1861-c9\",\"1861-c15\",\"1861-c21\",\"1861-c27\",\"34-c9\",\"34-c15\",\"34-c21\",\"34-c27\"],\"v\":\"1.1\"},{\"id\":195,\"type\":\"hop-button-group\",\"nodeId\":\"5-c11\",\"nodes\":[\"5-c8\",\"5-c14\",\"5-c20\",\"5-c26\",\"1861-c10\",\"1861-c16\",\"1861-c22\",\"1861-c28\",\"34-c9\",\"34-c14\",\"34-c19\",\"34-c24\"],\"v\":\"1.1\"},{\"id\":196,\"type\":\"hop-button\",\"nodeId\":\"5-c9\",\"nodes\":[\"5-c9\",\"1861-c11\",\"34-c10\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"8\"},\"bottom\":{\"unit\":\"px\",\"value\":\"8\"},\"left\":{\"unit\":\"px\",\"value\":\"20\"},\"right\":{\"unit\":\"px\",\"value\":\"20\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"10\",\"y\":\"8\",\"spread\":\"-5\",\"color\":\"rgba(0, 0, 0, 0.4)\"}]},\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"}},{\"id\":197,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.4}\",\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"50\"},\"height\":{\"path\":\"value\",\"value\":\"50\"},\"background\":{\"color\":\"${theme.colors.1}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"left\":{\"path\":\"value\",\"value\":\"20\"},\"right\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"5-c11\",\"1861-c13\",\"34-c12\"],\"nodeId\":\"5-c14\"},{\"id\":198,\"type\":\"hop-button\",\"nodeId\":\"5-c15\",\"nodes\":[\"5-c15\",\"5-c58\",\"1861-c17\",\"1861-c60\",\"34-c15\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.1}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"8\"},\"bottom\":{\"unit\":\"px\",\"value\":\"8\"},\"left\":{\"unit\":\"px\",\"value\":\"20\"},\"right\":{\"unit\":\"px\",\"value\":\"20\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"10\",\"y\":\"8\",\"spread\":\"-5\",\"color\":\"rgba(0, 0, 0, 0.4)\"}]},\"background\":{\"color\":\"${theme.colors.1|variant2}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.1|variant2}\"},\"left\":{\"color\":\"${theme.colors.1|variant2}\"},\"right\":{\"color\":\"${theme.colors.1|variant2}\"},\"bottom\":{\"color\":\"${theme.colors.1|variant2}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"}},{\"id\":199,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.4}\",\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"50\"},\"height\":{\"path\":\"value\",\"value\":\"50\"},\"background\":{\"color\":\"${theme.colors.2}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"left\":{\"path\":\"value\",\"value\":\"20\"},\"right\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"5-c17\",\"1861-c19\",\"34-c17\"],\"nodeId\":\"5-c26\"},{\"id\":200,\"type\":\"hop-button\",\"nodeId\":\"5-c21\",\"nodes\":[\"5-c21\",\"1861-c23\",\"34-c20\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.2}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"8\"},\"bottom\":{\"unit\":\"px\",\"value\":\"8\"},\"left\":{\"unit\":\"px\",\"value\":\"20\"},\"right\":{\"unit\":\"px\",\"value\":\"20\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"10\",\"y\":\"8\",\"spread\":\"-5\",\"color\":\"rgba(0, 0, 0, 0.4)\"}]},\"background\":{\"color\":\"${theme.colors.2|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.2|variant3}\"},\"left\":{\"color\":\"${theme.colors.2|variant3}\"},\"right\":{\"color\":\"${theme.colors.2|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.2|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"}},{\"id\":201,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.4}\",\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"50\"},\"height\":{\"path\":\"value\",\"value\":\"50\"},\"background\":{\"color\":\"${theme.colors.3}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"left\":{\"path\":\"value\",\"value\":\"20\"},\"right\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"5-c23\",\"1861-c25\",\"34-c22\"],\"nodeId\":\"5-c20\"},{\"id\":202,\"type\":\"hop-button\",\"nodeId\":\"5-c27\",\"nodes\":[\"5-c27\",\"1861-c29\",\"34-c25\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.3}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.3}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.3}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.3}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.3}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"8\"},\"bottom\":{\"unit\":\"px\",\"value\":\"8\"},\"left\":{\"unit\":\"px\",\"value\":\"20\"},\"right\":{\"unit\":\"px\",\"value\":\"20\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"10\",\"y\":\"8\",\"spread\":\"-5\",\"color\":\"rgba(0, 0, 0, 0.4)\"}]},\"background\":{\"color\":\"${theme.colors.3|variant4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.3|variant4}\"},\"left\":{\"color\":\"${theme.colors.3|variant4}\"},\"right\":{\"color\":\"${theme.colors.3|variant4}\"},\"bottom\":{\"color\":\"${theme.colors.3|variant4}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"}},{\"id\":203,\"type\":\"hop-section\",\"nodeId\":\"1861-c28\",\"nodes\":[\"1861-c30\",\"34-c30\"],\"v\":\"1.1\",\"style\":{\"customHeight\":{\"type\":\"fit-to-content\"}},\"props\":{\"showHeader\":true,\"width\":\"full-width\"}},{\"id\":204,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"equalHeight\":false}},\"type\":\"hop-row\",\"nodeId\":\"1861-c29\",\"nodes\":[\"1861-c31\",\"34-c31\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}}}}}},{\"id\":205,\"type\":\"hop-column\",\"nodeId\":\"5-c198\",\"nodes\":[\"5-c30\",\"1861-c32\",\"34-c32\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"55\",\"unit\":\"%\"},\"y\":{\"value\":\"-6\",\"unit\":\"%\"}}},\"zIndex\":\"2\",\"media\":{\"mobile\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"50\"}}}}}}},{\"id\":206,\"type\":\"hop-image\",\"nodeId\":\"5-c201\",\"nodes\":[\"5-c31\",\"1861-c33\",\"34-c33\"],\"v\":\"1.1\"},{\"id\":207,\"type\":\"hop-column\",\"nodeId\":\"5-c200\",\"nodes\":[\"5-c32\",\"1861-c34\",\"34-c34\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},{\"id\":208,\"type\":\"hop-image\",\"nodeId\":\"5-c202\",\"nodes\":[\"5-c33\",\"1861-c35\",\"34-c35\"],\"v\":\"1.1\"},{\"id\":209,\"type\":\"hop-column\",\"nodeId\":\"5-c199\",\"nodes\":[\"5-c34\",\"1861-c36\",\"34-c36\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-55\",\"unit\":\"%\"},\"y\":{\"value\":\"16\",\"unit\":\"%\"}}},\"zIndex\":\"3\",\"media\":{\"mobile\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-50\"}}}}}}},{\"id\":210,\"type\":\"hop-image\",\"nodeId\":\"5-c203\",\"nodes\":[\"5-c35\",\"1861-c37\",\"34-c37\"],\"v\":\"1.1\"},{\"id\":211,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c34\",\"nodes\":[\"5-c36\",\"1861-c38\",\"34-c38\"],\"v\":\"1.1\"},{\"id\":212,\"type\":\"hop-column\",\"nodeId\":\"5-c35\",\"nodes\":[\"5-c37\",\"1861-c39\",\"34-c39\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":213,\"type\":\"hop-heading\",\"nodeId\":\"5-c43\",\"nodes\":[\"5-c38\",\"1861-c40\",\"34-c40\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"6\"}},{\"id\":214,\"props\":{\"headerType\":\"3\"},\"type\":\"hop-heading\",\"nodeId\":\"5-c36\",\"nodes\":[\"5-c39\",\"1861-c41\",\"34-c41\"],\"v\":\"1.1\"},{\"id\":215,\"type\":\"hop-text\",\"nodeId\":\"5-c37\",\"nodes\":[\"5-c40\",\"1861-c42\",\"34-c42\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":216,\"type\":\"hop-button-group\",\"nodeId\":\"5-c40\",\"nodes\":[\"5-c41\",\"1861-c43\",\"34-c43\"],\"v\":\"1.1\"},{\"id\":217,\"type\":\"hop-button\",\"nodeId\":\"5-c41\",\"nodes\":[\"5-c42\",\"1861-c44\",\"34-c44\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"26\",\"y\":\"14\",\"spread\":\"-12\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"${theme.colors.4}\",\"transform\":\"uppercase\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"family\":\"Open Sans\"}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":218,\"type\":\"hop-section\",\"nodeId\":\"1861-c43\",\"nodes\":[\"1861-c45\",\"34-c45\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"rgb(246, 246, 246)\"}}},{\"id\":219,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2,\"verticalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c43\",\"nodes\":[\"5-c44\",\"1861-c46\",\"34-c46\"],\"v\":\"1.1\"},{\"id\":220,\"type\":\"hop-column\",\"nodeId\":\"5-c44\",\"nodes\":[\"5-c45\",\"1861-c47\",\"34-c47\"],\"v\":\"1.1\"},{\"id\":221,\"type\":\"hop-image\",\"nodeId\":\"5-c46\",\"nodes\":[\"5-c46\",\"5-c60\",\"1861-c48\",\"1861-c62\",\"34-c48\",\"34-c62\"],\"v\":\"1.1\"},{\"id\":222,\"type\":\"hop-column\",\"nodeId\":\"5-c45\",\"nodes\":[\"5-c47\",\"1861-c49\",\"34-c49\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"left\",\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":223,\"type\":\"hop-heading\",\"nodeId\":\"5-c49\",\"nodes\":[\"5-c48\",\"1861-c50\",\"34-c50\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"2\"}},{\"id\":224,\"type\":\"hop-text\",\"nodeId\":\"5-c48\",\"nodes\":[\"5-c49\",\"1861-c51\",\"34-c51\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":225,\"type\":\"hop-button-group\",\"nodeId\":\"5-c50\",\"nodes\":[\"5-c50\",\"5-c57\",\"1861-c52\",\"1861-c59\",\"34-c52\",\"34-c59\"],\"v\":\"1.1\"},{\"id\":226,\"type\":\"hop-button\",\"nodeId\":\"5-c50\",\"nodes\":[\"5-c51\",\"1861-c53\",\"34-c53\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.2}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"8\"},\"bottom\":{\"unit\":\"px\",\"value\":\"8\"},\"left\":{\"unit\":\"px\",\"value\":\"20\"},\"right\":{\"unit\":\"px\",\"value\":\"20\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"10\",\"y\":\"8\",\"spread\":\"-5\",\"color\":\"rgba(0, 0, 0, 0.4)\"}]},\"background\":{\"color\":\"${theme.colors.2|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.2|variant3}\"},\"left\":{\"color\":\"${theme.colors.2|variant3}\"},\"right\":{\"color\":\"${theme.colors.2|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.2|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"11\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"}},{\"id\":227,\"type\":\"hop-section\",\"nodeId\":\"1861-c52\",\"nodes\":[\"1861-c54\",\"34-c54\"],\"v\":\"1.1\"},{\"id\":228,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2,\"verticalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c53\",\"nodes\":[\"5-c53\",\"1861-c55\",\"34-c55\"],\"v\":\"1.1\"},{\"id\":229,\"type\":\"hop-column\",\"nodeId\":\"5-c56\",\"nodes\":[\"5-c54\",\"1861-c56\",\"34-c56\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":230,\"type\":\"hop-heading\",\"nodeId\":\"5-c57\",\"nodes\":[\"5-c55\",\"1861-c57\",\"34-c57\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"2\"}},{\"id\":231,\"type\":\"hop-text\",\"nodeId\":\"5-c58\",\"nodes\":[\"5-c56\",\"1861-c58\",\"34-c58\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":232,\"type\":\"hop-column\",\"nodeId\":\"5-c54\",\"nodes\":[\"5-c59\",\"1861-c61\",\"34-c61\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":233,\"type\":\"hop-section\",\"nodeId\":\"1861-c61\",\"nodes\":[\"1861-c63\",\"34-c63\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}}},\"props\":{\"width\":\"full-width\"}},{\"id\":234,\"props\":{\"layout\":{\"equalWidth\":true,\"horizontalGap\":0,\"verticalGap\":0,\"itemsPerRow\":3}},\"type\":\"hop-row\",\"nodeId\":\"5-c62\",\"nodes\":[\"5-c62\",\"1861-c64\",\"34-c64\"],\"v\":\"1.1\"},{\"id\":235,\"type\":\"hop-column\",\"nodeId\":\"5-c63\",\"nodes\":[\"5-c63\",\"5-c70\",\"5-c77\",\"1861-c65\",\"1861-c72\",\"1861-c79\",\"34-c65\",\"34-c72\",\"34-c79\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":236,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg\"}}]},\"padding\":{\"left\":{\"value\":\"50\"},\"right\":{\"value\":\"50\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0.6)\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}}}},\"boxShadow\":{\"enabled\":false}},\"v\":\"1.1\",\"nodes\":[\"5-c64\",\"1861-c66\",\"34-c66\"],\"nodeId\":\"5-c75\"},{\"id\":237,\"style\":{\"textAlign\":\"center\",\"minHeight\":{\"value\":\"400\"},\"media\":{\"tablet\":{\"minHeight\":{\"value\":\"350\"}}}},\"type\":\"hop-content-swap-default\",\"props\":{\"horizontalGap\":3},\"v\":\"1.1\",\"nodes\":[\"5-c65\",\"1861-c67\",\"34-c67\"],\"nodeId\":\"5-c76\"},{\"id\":238,\"style\":{\"textAlign\":\"center\",\"height\":{\"value\":100},\"top\":{\"value\":0,\"unit\":\"%\"},\"left\":{\"value\":0,\"unit\":\"%\"},\"width\":{\"value\":100}},\"type\":\"hop-content-swap-hover\",\"props\":{\"verticalAlign\":\"center\",\"position\":\"topRight\"},\"v\":\"1.1\",\"nodes\":[\"5-c66\",\"1861-c68\",\"34-c68\"],\"nodeId\":\"5-c77\"},{\"id\":239,\"type\":\"hop-heading\",\"nodeId\":\"5-c73\",\"nodes\":[\"5-c67\",\"5-c74\",\"5-c81\",\"1861-c69\",\"1861-c76\",\"1861-c83\",\"34-c69\",\"34-c76\",\"34-c83\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"6\"}},{\"id\":240,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c68\",\"5-c75\",\"5-c82\",\"1861-c70\",\"1861-c77\",\"1861-c84\",\"34-c70\",\"34-c77\",\"34-c84\"]},{\"id\":241,\"type\":\"hop-button\",\"nodeId\":\"5-c72\",\"nodes\":[\"5-c69\",\"1861-c71\",\"34-c71\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"26\",\"y\":\"14\",\"spread\":\"-12\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"}},{\"id\":242,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/table-plant-white-house-interior-window-1392240-pxhere-com.jpg\"}}]},\"padding\":{\"left\":{\"value\":\"50\"},\"right\":{\"value\":\"50\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0.6)\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}}}},\"boxShadow\":{\"enabled\":false}},\"v\":\"1.1\",\"nodes\":[\"5-c71\",\"1861-c73\",\"34-c73\"],\"nodeId\":\"5-c82\"},{\"id\":243,\"style\":{\"textAlign\":\"center\",\"minHeight\":{\"value\":\"400\"},\"media\":{\"tablet\":{\"minHeight\":{\"value\":\"350\"}}}},\"type\":\"hop-content-swap-default\",\"props\":{\"horizontalGap\":3},\"v\":\"1.1\",\"nodes\":[\"5-c72\",\"1861-c74\",\"34-c74\"],\"nodeId\":\"5-c83\"},{\"id\":244,\"style\":{\"textAlign\":\"center\",\"height\":{\"value\":100},\"top\":{\"value\":0,\"unit\":\"%\"},\"left\":{\"value\":0,\"unit\":\"%\"},\"width\":{\"value\":100}},\"type\":\"hop-content-swap-hover\",\"props\":{\"verticalAlign\":\"center\",\"position\":\"topRight\"},\"v\":\"1.1\",\"nodes\":[\"5-c73\",\"1861-c75\",\"34-c75\"],\"nodeId\":\"5-c84\"},{\"id\":245,\"type\":\"hop-button\",\"nodeId\":\"5-c82\",\"nodes\":[\"5-c76\",\"1861-c78\",\"34-c78\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.1}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.1}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"26\",\"y\":\"14\",\"spread\":\"-12\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"background\":{\"color\":\"${theme.colors.1|variant2}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.1|variant2}\"},\"left\":{\"color\":\"${theme.colors.1|variant2}\"},\"right\":{\"color\":\"${theme.colors.1|variant2}\"},\"bottom\":{\"color\":\"${theme.colors.1|variant2}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"}},{\"id\":246,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg\"}}]},\"padding\":{\"left\":{\"value\":\"50\"},\"right\":{\"value\":\"50\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0.6)\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}}}},\"boxShadow\":{\"enabled\":false}},\"v\":\"1.1\",\"nodes\":[\"5-c78\",\"1861-c80\",\"34-c80\"]},{\"id\":247,\"style\":{\"textAlign\":\"center\",\"minHeight\":{\"value\":\"400\"},\"media\":{\"tablet\":{\"minHeight\":{\"value\":\"350\"}}}},\"type\":\"hop-content-swap-default\",\"props\":{\"horizontalGap\":3},\"v\":\"1.1\",\"nodes\":[\"5-c79\",\"1861-c81\",\"34-c81\"]},{\"id\":248,\"style\":{\"textAlign\":\"center\",\"height\":{\"value\":100},\"top\":{\"value\":0,\"unit\":\"%\"},\"left\":{\"value\":0,\"unit\":\"%\"},\"width\":{\"value\":100}},\"type\":\"hop-content-swap-hover\",\"props\":{\"verticalAlign\":\"center\",\"position\":\"topRight\"},\"v\":\"1.1\",\"nodes\":[\"5-c80\",\"1861-c82\",\"34-c82\"]},{\"id\":249,\"type\":\"hop-button\",\"nodeId\":\"5-c68\",\"nodes\":[\"5-c83\",\"1861-c85\",\"34-c85\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.2}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.2}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"26\",\"y\":\"14\",\"spread\":\"-12\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"background\":{\"color\":\"${theme.colors.2|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.2|variant3}\"},\"left\":{\"color\":\"${theme.colors.2|variant3}\"},\"right\":{\"color\":\"${theme.colors.2|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.2|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"}},{\"id\":250,\"type\":\"hop-section\",\"nodeId\":\"1861-c84\",\"nodes\":[\"1861-c86\",\"34-c86\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"rgb(246, 246, 246)\"}},\"props\":{\"showHeader\":true}},{\"id\":251,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c89\",\"nodes\":[\"5-c85\",\"1861-c87\",\"34-c87\"],\"v\":\"1.1\"},{\"id\":252,\"type\":\"hop-column\",\"nodeId\":\"5-c90\",\"nodes\":[\"5-c86\",\"5-c91\",\"5-c96\",\"1861-c88\",\"1861-c93\",\"1861-c98\",\"34-c88\",\"34-c93\",\"34-c98\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\"},{\"color\":\"rgb(239, 239, 239)\"}],\"angle\":\"145\"}}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"20\",\"blur\":\"60\",\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"x\":\"20\"}]},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"typography\":{\"holders\":{\"h6\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"0\"}}}},{\"id\":253,\"type\":\"hop-text\",\"nodeId\":\"5-c99\",\"nodes\":[\"5-c87\",\"5-c92\",\"5-c97\",\"1861-c89\",\"1861-c94\",\"1861-c99\",\"34-c89\",\"34-c94\",\"34-c99\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}},{\"id\":254,\"type\":\"hop-image\",\"nodeId\":\"5-c97\",\"nodes\":[\"5-c88\",\"5-c93\",\"5-c98\",\"1861-c90\",\"1861-c95\",\"1861-c100\",\"34-c90\",\"34-c95\",\"34-c100\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}}},{\"id\":255,\"type\":\"hop-heading\",\"nodeId\":\"5-c100\",\"nodes\":[\"5-c89\",\"5-c94\",\"5-c99\",\"1861-c91\",\"1861-c96\",\"1861-c101\",\"34-c91\",\"34-c96\",\"34-c101\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"5\"}},{\"id\":256,\"type\":\"hop-heading\",\"nodeId\":\"5-c98\",\"nodes\":[\"5-c90\",\"5-c95\",\"5-c100\",\"1861-c92\",\"1861-c97\",\"1861-c102\",\"34-c92\",\"34-c97\",\"34-c102\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"6\"}},{\"id\":257,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c93\",\"nodes\":[\"5-c101\",\"1861-c103\",\"34-c103\"],\"v\":\"1.1\"},{\"id\":258,\"type\":\"hop-column\",\"nodeId\":\"5-c94\",\"nodes\":[\"5-c102\",\"1861-c104\",\"34-c104\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\"},{\"id\":259,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"5-c95\",\"nodes\":[\"5-c103\",\"1861-c105\",\"34-c105\"],\"style\":{\"typography\":{\"transform\":\"capitalize\"}},\"v\":\"1.1\"},{\"id\":260,\"type\":\"hop-text\",\"nodeId\":\"5-c96\",\"nodes\":[\"5-c104\",\"1861-c106\",\"34-c106\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":261,\"type\":\"hop-section\",\"nodeId\":\"5-c111\",\"nodes\":[\"5-c105\",\"1861-c107\",\"34-c107\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\",\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"${theme.colors.5}\"},\"type\":\"color\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.5}\"},{\"color\":\"rgb(230, 230, 230)\"}],\"angle\":\"145\"}},\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg\"},\"useParallax\":true}]},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}}}},{\"id\":262,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c112\",\"nodes\":[\"5-c106\",\"1861-c108\",\"34-c108\"],\"v\":\"1.1\"},{\"id\":263,\"type\":\"hop-column\",\"nodeId\":\"5-c113\",\"nodes\":[\"5-c107\",\"1861-c109\",\"34-c109\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":264,\"type\":\"hop-heading\",\"nodeId\":\"5-c115\",\"nodes\":[\"5-c108\",\"1861-c110\",\"34-c110\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"2\"}},{\"id\":265,\"type\":\"hop-column\",\"nodeId\":\"5-c114\",\"nodes\":[\"5-c109\",\"1861-c111\",\"34-c111\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"},\"tablet\":{\"textAlign\":\"center\"}},\"textAlign\":\"right\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":266,\"type\":\"hop-button-group\",\"nodeId\":\"5-c116\",\"nodes\":[\"5-c110\",\"1861-c112\",\"34-c112\"],\"v\":\"1.1\"},{\"id\":267,\"type\":\"hop-button\",\"nodeId\":\"5-c117\",\"nodes\":[\"5-c111\",\"1861-c113\",\"34-c113\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.4}\"},\"typography\":{\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"4\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.4}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"blur\":\"10\",\"y\":\"8\",\"spread\":\"-5\",\"color\":\"rgba(0, 0, 0, 0.4)\"}]},\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\"},\"left\":{\"color\":\"${theme.colors.0}\"},\"right\":{\"color\":\"${theme.colors.0}\"},\"bottom\":{\"color\":\"${theme.colors.0}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":268,\"type\":\"hop-section\",\"nodeId\":\"1861-c112\",\"nodes\":[\"1861-c114\",\"34-c32\"],\"v\":\"1.1\",\"props\":{\"showHeader\":true},\"style\":{\"padding\":{\"top\":{\"value\":\"50\"},\"bottom\":{\"value\":\"50\"}}}},{\"id\":269,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c119\",\"nodes\":[\"5-c113\",\"1861-c115\",\"34-c33\"],\"v\":\"1.1\"},{\"id\":270,\"type\":\"hop-column\",\"nodeId\":\"5-c120\",\"nodes\":[\"5-c114\",\"5-c123\",\"5-c132\",\"5-c141\",\"1861-c116\",\"1861-c125\",\"1861-c134\",\"1861-c143\",\"34-c34\",\"34-c42\",\"34-c50\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\",\"position\":42},{\"color\":\"rgb(239, 239, 239)\"}],\"angle\":\"145\"}}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"20\",\"blur\":\"60\",\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"x\":\"20\"}]},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"typography\":{\"holders\":{\"h6\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":271,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"5-c124\",\"nodes\":[\"5-c115\",\"5-c124\",\"5-c133\",\"5-c142\",\"1861-c117\",\"1861-c126\",\"1861-c135\",\"1861-c144\",\"34-c35\",\"34-c43\",\"34-c51\"],\"v\":\"1.1\"},{\"id\":272,\"type\":\"hop-column\",\"nodeId\":\"5-c125\",\"nodes\":[\"5-c116\",\"1861-c118\",\"34-c36\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"150\"},\"type\":\"min-height\"}}},{\"id\":273,\"type\":\"hop-column\",\"nodeId\":\"5-c126\",\"nodes\":[\"5-c117\",\"5-c126\",\"5-c135\",\"5-c144\",\"1861-c119\",\"1861-c128\",\"1861-c137\",\"1861-c146\",\"34-c37\",\"34-c45\",\"34-c53\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"margin\":{\"top\":{\"value\":\"-87\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"20\"},\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}}},{\"id\":274,\"type\":\"hop-image\",\"nodeId\":\"5-c127\",\"nodes\":[\"5-c118\",\"5-c127\",\"5-c136\",\"5-c145\",\"1861-c120\",\"1861-c129\",\"1861-c138\",\"1861-c147\",\"34-c38\",\"34-c46\",\"34-c54\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"caption\":{\"typography\":{\"lineHeight\":{\"unit\":\"\",\"value\":1.6}}}}}},{\"id\":275,\"type\":\"hop-heading\",\"nodeId\":\"5-c128\",\"nodes\":[\"5-c119\",\"5-c128\",\"5-c137\",\"5-c146\",\"1861-c121\",\"1861-c130\",\"1861-c139\",\"1861-c148\",\"34-c39\",\"34-c47\",\"34-c55\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":276,\"type\":\"hop-text\",\"nodeId\":\"5-c129\",\"nodes\":[\"5-c120\",\"5-c129\",\"5-c138\",\"5-c147\",\"1861-c122\",\"1861-c131\",\"1861-c140\",\"1861-c149\",\"34-c40\",\"34-c48\",\"34-c56\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"weight\":\"400\",\"style\":\"italic\"}}},\"margin\":{\"top\":{\"value\":\"-20\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":277,\"type\":\"hop-text\",\"nodeId\":\"5-c167\",\"nodes\":[\"5-c121\",\"5-c130\",\"5-c139\",\"5-c148\",\"1861-c123\",\"1861-c132\",\"1861-c141\",\"1861-c150\",\"34-c123\",\"34-c132\",\"34-c141\",\"34-c150\"],\"v\":\"1.1\"},{\"id\":278,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.6|variant2}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}},\"width\":{\"value\":\"22\"},\"height\":{\"value\":\"22\"}},\"icon\":{\"padding\":{\"top\":{\"value\":0},\"left\":{\"value\":0},\"bottom\":{\"value\":0},\"right\":{\"value\":0}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c122\",\"1861-c124\",\"34-c41\"],\"props\":{\"horizontalAlign\":\"center\"},\"nodeId\":\"5-c122\"},{\"id\":279,\"type\":\"hop-column\",\"nodeId\":\"5-c125\",\"nodes\":[\"5-c125\",\"1861-c127\",\"34-c44\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"color\":\"${theme.colors.1}\"},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"150\"},\"type\":\"min-height\"}}},{\"id\":280,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.6|variant2}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.1}\"}},\"width\":{\"value\":\"22\"},\"height\":{\"value\":\"22\"}},\"icon\":{\"padding\":{\"top\":{\"value\":0},\"left\":{\"value\":0},\"bottom\":{\"value\":0},\"right\":{\"value\":0}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c131\",\"1861-c133\",\"34-c49\"],\"props\":{\"horizontalAlign\":\"center\"},\"nodeId\":\"5-c132\"},{\"id\":281,\"type\":\"hop-column\",\"nodeId\":\"5-c135\",\"nodes\":[\"5-c134\",\"1861-c136\",\"34-c52\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"color\":\"${theme.colors.2}\"},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"150\"},\"type\":\"min-height\"}}},{\"id\":282,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.6|variant2}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.2}\"}},\"width\":{\"value\":\"22\"},\"height\":{\"value\":\"22\"}},\"icon\":{\"padding\":{\"top\":{\"value\":0},\"left\":{\"value\":0},\"bottom\":{\"value\":0},\"right\":{\"value\":0}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c140\",\"1861-c142\",\"34-c57\"],\"props\":{\"horizontalAlign\":\"center\"},\"nodeId\":\"5-c142\"},{\"id\":283,\"type\":\"hop-column\",\"nodeId\":\"5-c145\",\"nodes\":[\"5-c143\",\"1861-c145\",\"34-c145\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"color\":\"${theme.colors.3}\"},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"150\"},\"type\":\"min-height\"}}},{\"id\":284,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.6|variant2}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"width\":{\"value\":\"22\"},\"height\":{\"value\":\"22\"}},\"icon\":{\"padding\":{\"top\":{\"value\":0},\"left\":{\"value\":0},\"bottom\":{\"value\":0},\"right\":{\"value\":0}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c149\",\"1861-c151\",\"34-c151\"],\"props\":{\"horizontalAlign\":\"center\"}},{\"id\":285,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c170\",\"nodes\":[\"5-c150\",\"1861-c152\",\"34-c58\"],\"v\":\"1.1\"},{\"id\":286,\"type\":\"hop-column\",\"nodeId\":\"5-c171\",\"nodes\":[\"5-c151\",\"1861-c153\",\"34-c59\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\"},{\"id\":287,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"5-c172\",\"nodes\":[\"5-c152\",\"1861-c154\",\"34-c60\"],\"style\":{\"typography\":{\"transform\":\"capitalize\"}},\"v\":\"1.1\"},{\"id\":288,\"type\":\"hop-text\",\"nodeId\":\"5-c173\",\"nodes\":[\"5-c153\",\"1861-c155\",\"34-c155\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":289,\"type\":\"hop-section\",\"nodeId\":\"5-c204\",\"nodes\":[\"5-c154\",\"1861-c156\",\"34-c61\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg\"},\"useParallax\":true}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"${theme.colors.5}\"}}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}}}},{\"id\":290,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c205\",\"nodes\":[\"5-c155\",\"1861-c157\",\"34-c62\"],\"v\":\"1.1\"},{\"id\":291,\"type\":\"hop-column\",\"nodeId\":\"5-c206\",\"nodes\":[\"5-c156\",\"1861-c158\",\"34-c63\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2}}}}},{\"id\":292,\"type\":\"hop-heading\",\"nodeId\":\"5-c191\",\"nodes\":[\"5-c157\",\"5-c160\",\"5-c163\",\"1861-c159\",\"1861-c162\",\"1861-c165\",\"34-c64\",\"34-c67\",\"34-c70\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2\"}}}},\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2.3\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1\"}}},\"props\":{\"headerType\":\"4\"}},{\"id\":293,\"type\":\"hop-heading\",\"nodeId\":\"5-c192\",\"nodes\":[\"5-c158\",\"5-c161\",\"5-c164\",\"1861-c160\",\"1861-c163\",\"1861-c166\",\"34-c65\",\"34-c68\",\"34-c71\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"1.1\"}}}},\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2\"},\"transform\":\"uppercase\"}},\"props\":{\"headerType\":\"5\"}},{\"id\":294,\"type\":\"hop-column\",\"nodeId\":\"5-c207\",\"nodes\":[\"5-c159\",\"1861-c161\",\"34-c66\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"5\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}}},{\"id\":295,\"type\":\"hop-column\",\"nodeId\":\"5-c208\",\"nodes\":[\"5-c162\",\"1861-c164\",\"34-c69\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2}}}}},{\"id\":296,\"type\":\"hop-section\",\"nodeId\":\"1861-c165\",\"nodes\":[\"1861-c167\",\"34-c72\"],\"v\":\"1.1\",\"props\":{\"showHeader\":true},\"style\":{\"padding\":{\"top\":{\"value\":\"50\"},\"bottom\":{\"value\":\"50\"}}}},{\"id\":297,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"5-c213\",\"nodes\":[\"5-c166\",\"1861-c168\",\"34-c73\"],\"v\":\"1.1\"},{\"id\":298,\"type\":\"hop-column\",\"nodeId\":\"5-c214\",\"nodes\":[\"5-c167\",\"1861-c169\",\"34-c74\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":299,\"type\":\"hop-blog-posts\",\"style\":{\"descendants\":{\"metaDataBar\":{\"typography\":{\"color\":\"${theme.colors.4|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"metaDataBarIconSvg\":{\"height\":{\"path\":\"value\",\"value\":\"12\"},\"width\":{\"path\":\"value\",\"value\":\"12\"}},\"readMoreButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\"},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"}}},\"postCategory\":{\"typography\":{\"color\":\"rgba(9, 33, 42, 0.7)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\"},\"bottom\":{\"color\":\"${theme.colors.0}\"},\"right\":{\"color\":\"${theme.colors.0}\"},\"left\":{\"color\":\"${theme.colors.0}\"}}}}},\"postTitle\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}}},\"postExcerpt\":{\"typography\":{\"color\":\"rgba(0, 0, 0, 0.8)\"},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}}},\"metaDataBarIconPath\":{\"fill\":\"${theme.colors.4|variant1}\"},\"postContainer\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}},\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}},\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"blogColumn\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"postImage\":{\"boxShadow\":{\"enabled\":false},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"itemsPerRow\":3,\"horizontalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"postOrder\":[{\"id\":\"1\",\"name\":\"image\",\"value\":\"Image\"},{\"id\":\"3\",\"name\":\"title\",\"value\":\"Title\"},{\"id\":\"4\",\"name\":\"excerpt\",\"value\":\"Excerpt\"},{\"id\":\"5\",\"name\":\"metaData\",\"value\":\"Metadata\"},{\"id\":\"2\",\"name\":\"category\",\"value\":\"Category\"},{\"id\":\"6\",\"name\":\"readButton\",\"value\":\"Read More Button\"}],\"titleType\":\"h4\",\"metaDataOrder\":[{\"name\":\"author\",\"value\":\"Author\",\"check\":true},{\"name\":\"date\",\"value\":\"Date\",\"check\":true},{\"name\":\"time\",\"value\":\"Time\",\"check\":false},{\"name\":\"comments\",\"value\":\"Comments\",\"check\":true},{\"name\":\"readButton\",\"value\":\"Read Button\",\"check\":false},{\"name\":\"spacer\",\"value\":\"Spacer\",\"check\":false}],\"metaDataSeparator\":\" - \",\"excerptLength\":\"33\",\"showMetadata\":false,\"showCategory\":false,\"showMasonry\":true,\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c168\",\"1861-c170\",\"34-c75\"]},{\"id\":300,\"type\":\"hop-loop-item\",\"style\":{\"background\":{\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"steps\":[{\"color\":\"${theme.colors.4}\",\"position\":\"42\"},{\"color\":\"rgb(239, 239, 239)\"}],\"angle\":\"145\"}}}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"60\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"spread\":\"2\",\"y\":\"20\",\"x\":\"20\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c169\",\"1861-c171\",\"34-c76\"],\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":301,\"type\":\"hop-post-thumbnail\",\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"rgba(255,255,255,0)\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}},\"v\":\"1.1\",\"nodes\":[\"5-c170\",\"1861-c172\",\"34-c77\"]},{\"id\":302,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"style\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"459-m6\",\"5-c171\",\"1861-c173\",\"34-c78\"]},{\"id\":303,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"v\":\"1.1\",\"nodes\":[\"459-m7\",\"5-c172\",\"1861-c174\",\"34-c79\"]},{\"id\":304,\"type\":\"hop-post-title\",\"style\":{\"descendants\":{\"title\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"459-m10\",\"5-c173\",\"1861-c175\",\"34-c80\"]},{\"id\":305,\"type\":\"hop-post-excerpt\",\"v\":\"1.1\",\"nodes\":[\"5-c174\",\"1861-c176\",\"34-c81\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}}},{\"id\":306,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"5-c193\",\"nodes\":[\"5-c175\",\"1861-c177\",\"34-c82\"],\"v\":\"1.1\"},{\"id\":307,\"type\":\"hop-column\",\"nodeId\":\"5-c194\",\"nodes\":[\"459-m11\",\"465-m7\",\"5-c176\",\"1861-c178\",\"34-c83\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":308,\"type\":\"hop-post-meta\",\"nodeId\":\"5-c229\",\"nodes\":[\"459-m12\",\"465-m8\",\"456-m8\",\"5-c177\",\"1843-m12\",\"1852-m8\",\"1846-m12\",\"1861-c179\",\"34-c84\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":309,\"type\":\"hop-column\",\"nodeId\":\"5-c195\",\"nodes\":[\"459-m13\",\"465-m9\",\"5-c178\",\"1861-c180\",\"34-c85\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":310,\"type\":\"hop-post-read-more-group\",\"v\":\"1.1\",\"nodes\":[\"5-c179\",\"1861-c181\",\"34-c86\"]},{\"id\":311,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"3\",\"unit\":\"px\",\"path\":\"value\"}},\"size\":{\"value\":\"11\",\"unit\":\"px\"}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}}},\"states\":{\"hover\":{\"boxShadow\":{\"layers\":[{\"y\":\"14\",\"spread\":\"-12\",\"blur\":\"26\",\"color\":\"rgba(0, 0, 0, 0.42)\"}]},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.6|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\",\"weight\":\"400\"}},\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"small\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"459-m15\",\"465-m11\",\"5-c180\",\"1852-m11\",\"1846-m15\",\"1861-c182\",\"34-c87\"]},{\"id\":312,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c233\",\"nodes\":[\"5-c183\",\"1861-c183\",\"34-c88\"],\"v\":\"1.1\"},{\"id\":313,\"type\":\"hop-column\",\"nodeId\":\"5-c234\",\"nodes\":[\"5-c184\",\"1861-c184\",\"34-c89\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\"},{\"id\":314,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"5-c235\",\"nodes\":[\"5-c185\",\"1861-c185\",\"34-c90\"],\"style\":{\"typography\":{\"transform\":\"capitalize\"}},\"v\":\"1.1\"},{\"id\":315,\"type\":\"hop-text\",\"nodeId\":\"5-c236\",\"nodes\":[\"5-c186\",\"1861-c186\",\"34-c186\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":316,\"type\":\"hop-section\",\"nodeId\":\"5-c237\",\"nodes\":[\"5-c187\",\"1861-c187\",\"34-c187\"],\"v\":\"1.1\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg\"},\"useParallax\":true}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"${theme.colors.5}\"}}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false,\"position\":\"center center\"}]}}}},\"props\":{\"showHeader\":true}},{\"id\":317,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"5-c238\",\"nodes\":[\"5-c188\",\"1861-c188\",\"34-c188\"],\"v\":\"1.1\"},{\"id\":318,\"type\":\"hop-column\",\"nodeId\":\"5-c239\",\"nodes\":[\"5-c189\",\"1861-c189\",\"34-c189\"],\"v\":\"1.1\"},{\"id\":319,\"type\":\"hop-contact-form\",\"style\":{\"descendants\":{\"submit-button\":{\"backgroundColor\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"backgroundColor\":\"${theme.colors.1}\",\"background\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"background\":{\"color\":\"${theme.colors.0}\"},\"color\":\"${theme.colors.4}\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"60\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"60\",\"unit\":\"px\"}},\"margin-left\":\"auto\",\"margin-right\":\"auto\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"color\":\"${theme.colors.4}\",\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"},\"weight\":\"600\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"4\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"4\",\"unit\":\"px\"}}}}},\"inputs\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"4\",\"unit\":\"px\"}},\"color\":\"${theme.colors.5|variant1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variant1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"4\",\"unit\":\"px\"}},\"color\":\"${theme.colors.5|variant1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variant1}\"}},\"color\":\"rgb(102, 102, 102)\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"weight\":\"300\",\"family\":\"Source Sans Pro\"},\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"labels\":{\"textAlign\":\"center\",\"typography\":{\"lineHeight\":{\"unit\":\"em\",\"value\":\"2\"},\"weight\":\"300\",\"family\":\"Source Sans Pro\"}},\"notices\":{\"typography\":{\"weight\":\"400\",\"family\":\"Open Sans\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"error-notice\":{\"background\":{\"color\":\"rgb(255, 0, 0)\"},\"color\":\"rgb(255, 255, 255)\",\"border\":{\"top\":{\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"bottom\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}}},\"info-notice\":{\"background\":{\"color\":\"rgba(255, 233, 76, 0.52)\"},\"border\":{\"top\":{\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"bottom\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}}},\"success-notice\":{\"background\":{\"color\":\"rgb(177, 250, 159)\"},\"border\":{\"top\":{\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"bottom\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}}},\"validationErrors\":{\"background\":{\"color\":\"#F9E4E8\"},\"typography\":{\"color\":\"#E04562\",\"fontSize\":{\"unit\":\"px\",\"value\":12},\"fontWeight\":500,\"lineHeight\":{\"unit\":\"em\",\"value\":2}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":2},\"right\":{\"unit\":\"px\",\"value\":10},\"bottom\":{\"unit\":\"px\",\"value\":2},\"left\":{\"unit\":\"px\",\"value\":10}},\"margin\":{\"top\":{\"unit\":\"px\",\"value\":5},\"right\":{\"unit\":\"px\",\"value\":0},\"bottom\":{\"unit\":\"px\",\"value\":16},\"left\":{\"unit\":\"px\",\"value\":0}}}},\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"30\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"60\",\"x\":\"20\",\"y\":\"20\",\"color\":\"rgba(0, 0, 0, 0.15)\"}]}},\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"692\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"right\",\"compliedStyleFlags\":{\"forminator\":{\"validationError\":true}}},\"v\":\"1.1\",\"nodes\":[\"5-c190\",\"1861-c190\",\"34-c190\"]},{\"id\":320,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c241\",\"nodes\":[\"5-c191\",\"1861-c191\",\"34-c191\"],\"v\":\"1.1\"},{\"id\":321,\"type\":\"hop-column\",\"nodeId\":\"5-c242\",\"nodes\":[\"5-c192\",\"1861-c192\",\"34-c192\"],\"style\":{\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\"},{\"id\":322,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"5-c243\",\"nodes\":[\"5-c193\",\"1861-c193\",\"34-c193\"],\"style\":{\"typography\":{\"transform\":\"capitalize\"}},\"v\":\"1.1\"},{\"id\":323,\"type\":\"hop-text\",\"nodeId\":\"5-c244\",\"nodes\":[\"5-c194\",\"1861-c194\",\"34-c194\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":324,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"34-c26\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"},\"padding\":{\"top\":{\"value\":\"50\"},\"bottom\":{\"value\":\"50\"}}}},{\"id\":325,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"34-c27\"]},{\"id\":326,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/rektor.jpg\"},\"position\":{\"x\":51.40575128622329,\"y\":7.599990844726562}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"30\",\"y\":\"10\"}]},\"zIndex\":\"1\",\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":842.0750122070312},\"type\":\"fit-to-content\"}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"34-c28\"]},{\"id\":327,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":13,\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":13,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":-3,\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"34-c29\"]},{\"id\":328,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"34-c30\"]},{\"id\":330,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"34-c31\"]}]\";}','yes'),(180,'brite_companion_old_show_on_front','posts','yes'),(181,'brite_companion_old_page_on_front','0','yes'),(182,'colibriwp_activate_theme_name','brite','yes'),(183,'colibriwp_fix_wp58_sidebar','1','yes'),(184,'colibri_page_builder_use_fs','c-f5725e4-7386522a-4cf3c971-dc8a25c','yes'),(190,'auth_key','D/Ve;N znaWJ_5WxoYT[[~Zt_=4l6j1{,VEIJ]QkL9d]]J]{0. NO<*sYcM&:I.$','no'),(191,'auth_salt','JHM)Nd}:|]skEVf>YfOHrW<TWGDPNQdEud=Q[wqKXUKxs[i.DCL%A39h>ulE,!xl','no'),(193,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(194,'akismet_strictness','0','yes'),(195,'akismet_show_user_comments_approved','1','yes'),(196,'akismet_comment_form_privacy_notice','hide','yes'),(197,'wordpress_api_key','4a0956f906fd','yes'),(198,'akismet_spam_count','1','yes'),(207,'site_logo','54','yes'),(231,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(236,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":9,\"critical\":2}','yes'),(343,'cp_dismissed_notifications','a:2:{i:0;s:44:\"extendthemes_remote_notification_brite_19780\";i:1;s:44:\"extendthemes_remote_notification_brite_30601\";}','yes'),(423,'category_children','a:0:{}','yes'),(1966,'_site_transient_timeout_browser_c92baae71318dc81de51a663df2f8b4f','1718014430','no'),(1967,'_site_transient_browser_c92baae71318dc81de51a663df2f8b4f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"125.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1983,'_transient_colibri_page_builder_cache','a:2:{i:0;b:0;s:4:\"logo\";a:1:{s:14:\"logo-alt-image\";a:1:{s:32:\"22208c2eda462fe59580f8412bad7737\";i:54;}}}','yes'),(2014,'_site_transient_timeout_php_check_e75faed1a826552eb5da936534f0b349','1718610604','no'),(2015,'_site_transient_php_check_e75faed1a826552eb5da936534f0b349','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(2018,'_site_transient_timeout_theme_roots','1718070488','no'),(2019,'_site_transient_theme_roots','a:4:{s:5:\"brite\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(2020,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1718068689;s:7:\"checked\";a:4:{s:5:\"brite\";s:6:\"1.0.15\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.5\";}s:8:\"response\";a:4:{s:5:\"brite\";a:6:{s:5:\"theme\";s:5:\"brite\";s:11:\"new_version\";s:6:\"1.0.22\";s:3:\"url\";s:35:\"https://wordpress.org/themes/brite/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/brite.1.0.22.zip\";s:8:\"requires\";b:0;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:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(2021,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1718068690;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.5.4\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:45:\"colibri-page-builder/colibri-page-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/colibri-page-builder\";s:4:\"slug\";s:20:\"colibri-page-builder\";s:6:\"plugin\";s:45:\"colibri-page-builder/colibri-page-builder.php\";s:11:\"new_version\";s:7:\"1.0.277\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/colibri-page-builder/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/colibri-page-builder.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/colibri-page-builder/assets/icon-256x256.gif?rev=2748397\";s:2:\"1x\";s:73:\"https://ps.w.org/colibri-page-builder/assets/icon-128x128.gif?rev=2748397\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/colibri-page-builder/assets/banner-772x250.jpg?rev=2748397\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.5.4\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:3:{s:19:\"akismet/akismet.php\";s:3:\"5.2\";s:45:\"colibri-page-builder/colibri-page-builder.php\";s:7:\"1.0.253\";s:9:\"hello.php\";s:5:\"1.7.2\";}}','no'),(2024,'_transient_doing_cron','1718095593.9873299598693847656250','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=390 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,7,'_wp_attached_file','2024/02/home-page-header-scaled-1.jpg'),(4,7,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:37:\"2024/02/home-page-header-scaled-1.jpg\";s:8:\"filesize\";i:287924;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"home-page-header-scaled-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10959;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"home-page-header-scaled-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"home-page-header-scaled-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:5189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"home-page-header-scaled-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45446;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"home-page-header-scaled-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128595;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"home-page-header-scaled-1-2048x1280.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196839;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5,6,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(7,10,'extend_builder','a:2:{s:4:\"json\";i:11;s:4:\"meta\";a:4:{s:5:\"10-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"10-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"10-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:31;i:1;i:32;i:2;i:33;i:3;i:34;i:4;i:35;i:5;i:36;i:6;i:37;i:7;i:38;i:8;i:39;i:9;i:40;i:10;i:41;i:11;i:42;i:12;i:43;i:13;i:44;i:14;i:45;i:15;i:46;i:16;i:47;i:17;i:48;i:18;i:49;i:19;i:50;i:20;i:51;i:21;i:52;i:22;i:53;i:23;i:54;i:24;i:55;i:25;i:56;i:26;i:57;}}}'),(8,12,'extend_builder','a:1:{s:4:\"json\";i:11;}'),(9,13,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(11,16,'extend_builder','a:2:{s:4:\"json\";i:17;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;i:5;i:68;i:6;i:69;i:7;i:70;i:8;i:71;i:9;i:72;i:10;i:73;i:11;i:74;i:12;i:75;i:13;i:76;i:14;i:77;i:15;i:78;i:16;i:79;i:17;i:80;i:18;i:81;i:19;i:82;i:20;i:83;i:21;i:84;i:22;i:85;i:23;i:86;i:24;i:87;i:25;i:88;i:26;i:89;i:27;i:90;i:28;i:91;i:29;i:92;i:30;i:93;i:31;i:94;i:32;i:95;i:33;i:96;i:34;i:97;i:35;i:98;i:36;i:99;}}}'),(12,18,'extend_builder','a:1:{s:4:\"json\";i:17;}'),(13,19,'extend_builder','a:2:{s:4:\"json\";i:20;s:4:\"meta\";a:2:{s:5:\"19-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:26:{i:0;i:100;i:1;i:101;i:2;i:102;i:3;i:103;i:4;i:104;i:5;i:105;i:6;i:106;i:7;i:107;i:8;i:108;i:9;i:109;i:10;i:110;i:11;i:111;i:12;i:112;i:13;i:113;i:14;i:114;i:15;i:115;i:16;i:116;i:17;i:117;i:18;i:118;i:19;i:119;i:20;i:120;i:21;i:121;i:22;i:122;i:23;i:123;i:24;i:124;i:25;i:125;}}}'),(14,21,'extend_builder','a:1:{s:4:\"json\";i:20;}'),(15,22,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:126;i:1;i:127;i:2;i:128;i:3;i:129;i:4;i:130;i:5;i:131;i:6;i:132;}}}'),(16,24,'extend_builder','a:1:{s:4:\"json\";i:23;}'),(17,25,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:2:{s:5:\"25-m2\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:21:{i:0;i:133;i:1;i:134;i:2;i:135;i:3;i:136;i:4;i:137;i:5;i:138;i:6;i:139;i:7;i:140;i:8;i:141;i:9;i:142;i:10;i:143;i:11;i:144;i:12;i:145;i:13;i:146;i:14;i:147;i:15;i:148;i:16;i:149;i:17;i:150;i:18;i:151;i:19;i:152;i:20;i:153;}}}'),(18,27,'extend_builder','a:1:{s:4:\"json\";i:26;}'),(19,28,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:2:{s:5:\"28-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:16:{i:0;i:154;i:1;i:155;i:2;i:156;i:3;i:157;i:4;i:158;i:5;i:159;i:6;i:160;i:7;i:161;i:8;i:162;i:9;i:163;i:10;i:164;i:11;i:165;i:12;i:166;i:13;i:167;i:14;i:168;i:15;i:169;}}}'),(20,30,'extend_builder','a:1:{s:4:\"json\";i:29;}'),(21,31,'extend_builder','a:2:{s:4:\"json\";i:32;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:170;i:1;i:171;i:2;i:172;i:3;i:173;i:4;i:174;i:5;i:175;i:6;i:176;i:7;i:177;i:8;i:178;i:9;i:179;i:10;i:180;i:11;i:181;i:12;i:182;i:13;i:183;i:14;i:184;i:15;i:185;}}}'),(22,33,'extend_builder','a:1:{s:4:\"json\";i:32;}'),(23,34,'_wp_page_template','page-templates/homepage.php'),(24,34,'is_brite_front_page','1'),(25,36,'_wp_attached_file','2024/02/cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1.jpg'),(26,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:767;s:6:\"height\";i:768;s:4:\"file\";s:88:\"2024/02/cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1.jpg\";s:8:\"filesize\";i:46104;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:88:\"cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:88:\"cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-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:4205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,37,'_wp_attached_file','2024/02/cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1.jpg'),(28,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:92:\"2024/02/cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1.jpg\";s:8:\"filesize\";i:323992;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13586;}s:5:\"large\";a:5:{s:4:\"file\";s:93:\"cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113919;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-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:6839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71274;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:94:\"cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,38,'_wp_attached_file','2024/02/cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2.jpg'),(30,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1767;s:6:\"height\";i:1200;s:4:\"file\";s:74:\"2024/02/cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2.jpg\";s:8:\"filesize\";i:169925;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10145;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-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:5584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42170;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:76:\"cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2-1536x1043.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,39,'_wp_attached_file','2024/02/table-house-chair-floor-seat-home-714994-pxhere-com.jpg'),(32,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:63:\"2024/02/table-house-chair-floor-seat-home-714994-pxhere-com.jpg\";s:8:\"filesize\";i:198655;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"table-house-chair-floor-seat-home-714994-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"table-house-chair-floor-seat-home-714994-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6084;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"table-house-chair-floor-seat-home-714994-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,40,'_wp_attached_file','2024/02/laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1.jpg'),(34,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:74:\"2024/02/laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1.jpg\";s:8:\"filesize\";i:482648;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-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:5586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96874;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(35,41,'_wp_attached_file','2024/02/face4-150x150-1.jpg'),(36,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2024/02/face4-150x150-1.jpg\";s:8:\"filesize\";i:5725;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37,42,'_wp_attached_file','2024/02/face9-150x150-1.jpg'),(38,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2024/02/face9-150x150-1.jpg\";s:8:\"filesize\";i:4910;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39,43,'_wp_attached_file','2024/02/face7-150x150-1.jpg'),(40,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2024/02/face7-150x150-1.jpg\";s:8:\"filesize\";i:6976;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,44,'_wp_attached_file','2024/02/face11-150x150-1.jpg'),(42,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2024/02/face11-150x150-1.jpg\";s:8:\"filesize\";i:6393;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43,45,'_wp_attached_file','2024/02/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg'),(44,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:72:\"2024/02/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg\";s:8:\"filesize\";i:218269;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11256;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45,46,'_wp_attached_file','2024/02/table-plant-white-house-interior-window-1392240-pxhere-com.jpg'),(46,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:70:\"2024/02/table-plant-white-house-interior-window-1392240-pxhere-com.jpg\";s:8:\"filesize\";i:614070;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"table-plant-white-house-interior-window-1392240-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11452;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"table-plant-white-house-interior-window-1392240-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"table-plant-white-house-interior-window-1392240-pxhere-com-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,47,'_wp_attached_file','2024/02/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg'),(48,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:66:\"2024/02/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg\";s:8:\"filesize\";i:189056;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"laptop-desk-computer-work-table-open-722218-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10899;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"laptop-desk-computer-work-table-open-722218-pxhere-com-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"laptop-desk-computer-work-table-open-722218-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"laptop-desk-computer-work-table-open-722218-pxhere-com-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,48,'_wp_attached_file','2024/02/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg'),(50,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:72:\"2024/02/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg\";s:8:\"filesize\";i:252115;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"canyon-purple-orange-light-formation-rock-1608614-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11685;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"canyon-purple-orange-light-formation-rock-1608614-pxhere-com-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"canyon-purple-orange-light-formation-rock-1608614-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"canyon-purple-orange-light-formation-rock-1608614-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54474;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:74:\"canyon-purple-orange-light-formation-rock-1608614-pxhere-com-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,49,'_wp_attached_file','2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg'),(52,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2163;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg\";s:8:\"filesize\";i:73154;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"plants-green-white-background-white-decoration-design-1418858-pxhere-com-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5240;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"plants-green-white-background-white-decoration-design-1418858-pxhere-com-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"plants-green-white-background-white-decoration-design-1418858-pxhere-com-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:3067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"plants-green-white-background-white-decoration-design-1418858-pxhere-com-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21497;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"plants-green-white-background-white-decoration-design-1418858-pxhere-com-1-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66590;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:88:\"plants-green-white-background-white-decoration-design-1418858-pxhere-com-1-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106028;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,50,'_wp_attached_file','2024/02/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg'),(54,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1153;s:4:\"file\";s:71:\"2024/02/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg\";s:8:\"filesize\";i:128111;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"laptop-desk-computer-writing-screen-man-653052-pxhere-com-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9021;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"laptop-desk-computer-writing-screen-man-653052-pxhere-com-1-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"laptop-desk-computer-writing-screen-man-653052-pxhere-com-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:4580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"laptop-desk-computer-writing-screen-man-653052-pxhere-com-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39073;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"laptop-desk-computer-writing-screen-man-653052-pxhere-com-1-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,34,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(59,54,'_wp_attached_file','2024/02/logo-web.png'),(60,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:886;s:6:\"height\";i:291;s:4:\"file\";s:20:\"2024/02/logo-web.png\";s:8:\"filesize\";i:230703;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"logo-web-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16497;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"logo-web-768x252.png\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,63,'_menu_item_type','post_type'),(78,63,'_menu_item_menu_item_parent','0'),(79,63,'_menu_item_object_id','34'),(80,63,'_menu_item_object','page'),(81,63,'_menu_item_target',''),(82,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,63,'_menu_item_xfn',''),(84,63,'_menu_item_url',''),(129,100,'_wp_attached_file','2024/02/yogi.jpg'),(130,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:16:\"2024/02/yogi.jpg\";s:8:\"filesize\";i:309126;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"yogi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28754;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"yogi-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"yogi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"yogi-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,101,'_wp_attached_file','2024/02/cropped-yogi.jpg'),(132,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1438;s:6:\"height\";i:1438;s:4:\"file\";s:24:\"2024/02/cropped-yogi.jpg\";s:8:\"filesize\";i:401874;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-yogi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28854;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"cropped-yogi-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-yogi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"cropped-yogi-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137565;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,101,'_oembed_f3921fa833d6e03b2d99ae96e73a012e','{{unknown}}'),(147,115,'_wp_attached_file','2024/02/gedung.jpg'),(148,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2024/02/gedung.jpg\";s:8:\"filesize\";i:348933;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"gedung-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18788;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"gedung-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"gedung-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7240;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"gedung-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96379;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"gedung-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316281;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(156,123,'_wp_attached_file','2024/02/rektor.jpg'),(157,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1252;s:6:\"height\";i:1600;s:4:\"file\";s:18:\"2024/02/rektor.jpg\";s:8:\"filesize\";i:194619;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"rektor-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8612;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"rektor-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56797;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"rektor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4295;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"rektor-768x981.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52899;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"rektor-1202x1536.jpg\";s:5:\"width\";i:1202;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,142,'is_brite_front_page','1'),(178,142,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(179,144,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:30:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;i:27;i:28;i:28;i:29;i:29;i:30;}}}'),(180,146,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(184,149,'is_brite_front_page','1'),(185,149,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(186,151,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:30:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;i:27;i:28;i:28;i:29;i:29;i:30;}}}'),(187,153,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(191,156,'is_brite_front_page','1'),(192,156,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(193,158,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(194,160,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(198,163,'is_brite_front_page','1'),(199,163,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(200,165,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(201,167,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(205,170,'is_brite_front_page','1'),(206,170,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(207,172,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(208,174,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(212,177,'is_brite_front_page','1'),(213,177,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(214,179,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(215,181,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(219,184,'is_brite_front_page','1'),(220,184,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(221,186,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(222,188,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(226,191,'is_brite_front_page','1'),(227,191,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(228,193,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(229,195,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(232,196,'_menu_item_type','post_type'),(233,196,'_menu_item_menu_item_parent','0'),(234,196,'_menu_item_object_id','34'),(235,196,'_menu_item_object','page'),(236,196,'_menu_item_target',''),(237,196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(238,196,'_menu_item_xfn',''),(239,196,'_menu_item_url',''),(240,196,'_menu_item_orphaned','1708789050'),(241,63,'_wp_old_date','2024-02-18'),(256,203,'_wp_attached_file','2024/02/cropped-revol.jpg'),(257,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:929;s:4:\"file\";s:25:\"2024/02/cropped-revol.jpg\";s:8:\"filesize\";i:75198;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"cropped-revol-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"cropped-revol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4894;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"cropped-revol-768x784.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(258,203,'_oembed_37d2c2bd3c72cc06c40cdf3ec1b4c0c7','{{unknown}}'),(259,205,'is_brite_front_page','1'),(260,205,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(261,207,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(262,209,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(266,212,'is_brite_front_page','1'),(267,212,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(268,214,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(269,216,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(273,218,'_wp_attached_file','2024/02/cropped-cropped-arif-scaled-1.jpg'),(274,218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2107;s:6:\"height\";i:2195;s:4:\"file\";s:41:\"2024/02/cropped-cropped-arif-scaled-1.jpg\";s:8:\"filesize\";i:450590;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-arif-scaled-1-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15358;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-arif-scaled-1-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113707;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-arif-scaled-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:5772;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-arif-scaled-1-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73897;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-arif-scaled-1-1474x1536.jpg\";s:5:\"width\";i:1474;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235010;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-arif-scaled-1-1966x2048.jpg\";s:5:\"width\";i:1966;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,218,'_oembed_a5ae48cca09a2ed7a223fd1cd1216c38','{{unknown}}'),(276,220,'is_brite_front_page','1'),(277,220,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(278,222,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(279,224,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(283,227,'is_brite_front_page','1'),(284,227,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(285,229,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(286,231,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(290,234,'is_brite_front_page','1'),(291,234,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(292,236,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(293,238,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(297,241,'is_brite_front_page','1'),(298,241,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(299,243,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(300,245,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(304,248,'is_brite_front_page','1'),(305,248,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(306,250,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(307,252,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(311,255,'is_brite_front_page','1'),(312,255,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(313,257,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(314,259,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(318,262,'is_brite_front_page','1'),(319,262,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(320,264,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(321,266,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(325,269,'is_brite_front_page','1'),(326,269,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(327,271,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(328,273,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(331,274,'_menu_item_type','custom'),(332,274,'_menu_item_menu_item_parent','0'),(333,274,'_menu_item_object_id','274'),(334,274,'_menu_item_object','custom'),(335,274,'_menu_item_target',''),(336,274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,274,'_menu_item_xfn',''),(338,274,'_menu_item_url','#'),(339,274,'_menu_item_orphaned','1708823830'),(340,275,'_edit_lock','1708823765:1'),(341,276,'_edit_lock','1709101908:1'),(342,279,'_menu_item_type','custom'),(343,279,'_menu_item_menu_item_parent','0'),(344,279,'_menu_item_object_id','279'),(345,279,'_menu_item_object','custom'),(346,279,'_menu_item_target',''),(347,279,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(348,279,'_menu_item_xfn',''),(349,279,'_menu_item_url','#'),(351,63,'_wp_old_date','2024-02-24'),(352,280,'_menu_item_type','post_type'),(353,280,'_menu_item_menu_item_parent','0'),(354,280,'_menu_item_object_id','276'),(355,280,'_menu_item_object','page'),(356,280,'_menu_item_target',''),(357,280,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(358,280,'_menu_item_xfn',''),(359,280,'_menu_item_url',''),(361,281,'_menu_item_type','post_type'),(362,281,'_menu_item_menu_item_parent','0'),(363,281,'_menu_item_object_id','275'),(364,281,'_menu_item_object','page'),(365,281,'_menu_item_target',''),(366,281,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(367,281,'_menu_item_xfn',''),(368,281,'_menu_item_url',''),(370,282,'_wp_attached_file','2024/02/LOGO.png'),(371,282,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3691;s:6:\"height\";i:3691;s:4:\"file\";s:16:\"2024/02/LOGO.png\";s:8:\"filesize\";i:365258;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30168;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"LOGO-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"LOGO-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157865;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"LOGO-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:625639;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"LOGO-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1007301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(372,283,'_wp_attached_file','2024/02/cropped-LOGO.png'),(373,283,'_wp_attachment_context','site-icon'),(374,283,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2024/02/cropped-LOGO.png\";s:8:\"filesize\";i:47430;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8660;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:24:\"cropped-LOGO-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23557;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:24:\"cropped-LOGO-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12223;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:24:\"cropped-LOGO-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11353;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:22:\"cropped-LOGO-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,286,'is_brite_front_page','1'),(377,286,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(378,288,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(379,290,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'),(386,295,'is_brite_front_page','1'),(387,295,'extend_builder','a:2:{s:4:\"json\";i:51;s:4:\"meta\";a:2:{s:6:\"34-c75\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:90:{i:0;i:186;i:1;i:187;i:2;i:188;i:3;i:189;i:4;i:190;i:5;i:191;i:6;i:192;i:7;i:193;i:8;i:195;i:9;i:196;i:10;i:191;i:11;i:197;i:12;i:193;i:13;i:195;i:14;i:198;i:15;i:191;i:16;i:199;i:17;i:193;i:18;i:195;i:19;i:200;i:20;i:191;i:21;i:201;i:22;i:193;i:23;i:195;i:24;i:202;i:25;i:324;i:26;i:325;i:27;i:326;i:28;i:327;i:29;i:328;i:30;i:330;i:31;i:268;i:32;i:269;i:33;i:270;i:34;i:271;i:35;i:272;i:36;i:273;i:37;i:274;i:38;i:275;i:39;i:276;i:40;i:278;i:41;i:270;i:42;i:271;i:43;i:279;i:44;i:273;i:45;i:274;i:46;i:275;i:47;i:276;i:48;i:280;i:49;i:270;i:50;i:271;i:51;i:281;i:52;i:273;i:53;i:274;i:54;i:275;i:55;i:276;i:56;i:282;i:57;i:285;i:58;i:286;i:59;i:287;i:60;i:289;i:61;i:290;i:62;i:291;i:63;i:292;i:64;i:293;i:65;i:294;i:66;i:292;i:67;i:293;i:68;i:295;i:69;i:292;i:70;i:293;i:71;i:296;i:72;i:297;i:73;i:298;i:74;i:299;i:75;i:300;i:76;i:301;i:77;i:302;i:78;i:303;i:79;i:304;i:80;i:305;i:81;i:306;i:82;i:307;i:83;i:308;i:84;i:309;i:85;i:310;i:86;i:311;i:87;i:312;i:88;i:313;i:89;i:314;}}}'),(388,297,'extend_builder','a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:4:\"6-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"6-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"6-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:27:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;}}}'),(389,299,'extend_builder','a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:58;i:1;i:59;i:2;i:60;i:3;i:61;i:4;i:62;}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=300 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2024-02-17 06:49:49','2024-02-17 06:49:49','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2024-02-17 06:49:49','2024-02-17 06:49:49','',0,'https://cdc.uinfasbengkulu.ac.id/?p=1',0,'post','',1),(2,1,'2024-02-17 06:49:49','2024-02-17 06:49:49','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://cdc.uinfasbengkulu.ac.id/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2024-02-17 06:49:49','2024-02-17 06:49:49','',0,'https://cdc.uinfasbengkulu.ac.id/?page_id=2',0,'page','',0),(3,1,'2024-02-17 06:49:49','2024-02-17 06:49:49','<!-- 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://cdc.uinfasbengkulu.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’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 "Remember Me", 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','','','2024-02-17 06:49:49','2024-02-17 06:49:49','',0,'https://cdc.uinfasbengkulu.ac.id/?page_id=3',0,'page','',0),(4,0,'2024-02-17 06:49:50','2024-02-17 06:49:50','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-02-17 06:49:50','2024-02-17 06:49:50','',0,'https://cdc.uinfasbengkulu.ac.id/index.php/2024/02/17/navigation/',0,'wp_navigation','',0),(6,1,'2024-02-17 07:04:25','2024-02-17 07:04:25','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Career Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','publish','closed','closed','','6','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_header&p=6',0,'extb_post_header','',0),(7,1,'2024-02-17 07:04:27','2024-02-17 07:04:27','','home-page-header-scaled.jpg','','inherit','open','closed','','home-page-header-scaled-jpg','','','2024-02-17 07:04:27','2024-02-17 07:04:27','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/home-page-header-scaled-1.jpg',0,'attachment','image/jpeg',0),(8,1,'2024-02-17 07:04:28','2024-02-17 07:04:28','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Career Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','publish','closed','closed','','8','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=8',0,'extb_post_json','',0),(10,1,'2024-02-17 07:04:29','2024-02-17 07:04:29','<div data-colibri-id=\"10-h1\" class=\"page-header style-31 style-local-10-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-32-outer style-local-10-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"10-h2\" class=\"h-section h-navigation h-navigation d-flex style-32 style-local-10-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"10-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-33 style-local-10-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-34-outer style-local-10-h4-outer\">\n <div data-colibri-id=\"10-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-34 style-local-10-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"10-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-35 style-local-10-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-35-text style-local-10-h5-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-36-outer style-local-10-h6-outer h-hide-sm\">\n <div data-colibri-id=\"10-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-36 style-local-10-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"10-h7\" class=\"style-37 style-local-10-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-38-outer style-local-10-h8-outer\">\n <div data-colibri-id=\"10-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-38 style-local-10-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"10-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-39 style-local-10-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-40 style-local-10-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-10-h10\" data-target-id=\"offcanvas-wrapper-10-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-10-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-10-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-40-offscreen style-local-10-h10-offscreen\">\n <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-41 style-local-10-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"10-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-42 style-local-10-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-43-outer style-local-10-h14-outer\">\n <div data-colibri-id=\"10-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-43 style-local-10-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"10-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-44 style-local-10-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-44-text style-local-10-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"10-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-47 style-local-10-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"10-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-45 style-local-10-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-46-outer style-local-10-h17-outer\">\n <div data-colibri-id=\"10-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-46 style-local-10-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-10-h10\" class=\"offscreen-overlay style-40-offscreenOverlay style-local-10-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"10-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-54 style-local-10-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:#FFFFFF;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"10-h25\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-55 style-local-10-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-56-outer style-local-10-h26-outer\">\n <div data-colibri-id=\"10-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-56 style-local-10-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"10-h27\" class=\"page-title style-57 style-local-10-h27 position-relative h-element\">\n <!---->\n <div class=\"h-page-title__outer style-57-outer style-local-10-h27-outer\">\n <div class=\"h-global-transition-all\">[colibri_page_title tag=\"h1\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_post','','publish','closed','closed','','10','','','2024-02-17 07:04:29','2024-02-17 07:04:29','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_header&p=10',0,'extb_post_header','',0),(11,1,'2024-02-17 07:04:29','2024-02-17 07:04:29','{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"10-h5\",\"parentId\":\"10-h4\",\"partialId\":10,\"styleRef\":35,\"type\":\"header\"}],\"id\":\"10-h4\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":34,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"10-h6\",\"index\":0,\"id\":\"10-h7\",\"partialId\":10,\"styleRef\":37,\"type\":\"header\"}],\"id\":\"10-h6\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":36,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"10-h15\",\"parentId\":\"10-h14\",\"partialId\":10,\"styleRef\":44,\"type\":\"header\"}],\"id\":\"10-h14\",\"parentId\":\"10-h13\",\"partialId\":10,\"styleRef\":43,\"type\":\"header\"}],\"id\":\"10-h13\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":42,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"10-h17\",\"parentId\":\"10-h16\",\"partialId\":10,\"styleRef\":46,\"type\":\"header\"}],\"id\":\"10-h16\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":45,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"10-h12\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":47,\"type\":\"header\"}],\"id\":\"10-h11\",\"parentId\":\"10-h10\",\"partialId\":10,\"styleRef\":41,\"type\":\"header\"}],\"id\":\"10-h10\",\"parentId\":\"10-h9\",\"partialId\":10,\"styleRef\":40,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":39,\"slot\":null,\"parentId\":\"10-h8\",\"index\":0,\"id\":\"10-h9\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h8\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":38,\"type\":\"header\"}],\"id\":\"10-h3\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":33,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"id\":\"10-h2\",\"partialId\":10,\"styleRef\":32,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":51,\"slot\":null,\"parentId\":\"10-h20\",\"index\":0,\"id\":\"10-h21\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h20\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":50,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":53,\"slot\":null,\"parentId\":\"10-h22\",\"index\":0,\"id\":\"10-h23\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h22\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":52,\"type\":\"header\"}],\"id\":\"10-h19\",\"parentId\":\"10-h18\",\"partialId\":10,\"styleRef\":49,\"type\":\"header\"}],\"id\":\"10-h18\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":48,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-page-title\",\"id\":\"10-h27\",\"parentId\":\"10-h26\",\"partialId\":10,\"styleRef\":57,\"type\":\"header\"}],\"id\":\"10-h26\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":56,\"type\":\"header\"}],\"parentId\":\"10-h24\",\"index\":0,\"id\":\"10-h25\",\"partialId\":10,\"styleRef\":55,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"id\":\"10-h24\",\"partialId\":10,\"styleRef\":54,\"type\":\"header\"}],\"id\":\"10-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":10,\"styleRef\":31}','','','publish','closed','closed','','11','','','2024-02-17 07:04:29','2024-02-17 07:04:29','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=11',0,'extb_post_json','',0),(12,1,'2024-02-17 07:04:29','2024-02-17 07:04:29','<div data-colibri-id=\"10-h1\" class=\"page-header style-31 style-local-10-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-32-outer style-local-10-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"10-h2\" class=\"h-section h-navigation h-navigation d-flex style-32 style-local-10-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"10-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-33 style-local-10-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-34-outer style-local-10-h4-outer\">\n <div data-colibri-id=\"10-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-34 style-local-10-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"10-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-35 style-local-10-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-35-text style-local-10-h5-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-36-outer style-local-10-h6-outer h-hide-sm\">\n <div data-colibri-id=\"10-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-36 style-local-10-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"10-h7\" class=\"style-37 style-local-10-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-38-outer style-local-10-h8-outer\">\n <div data-colibri-id=\"10-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-38 style-local-10-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"10-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-39 style-local-10-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-40 style-local-10-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-10-h10\" data-target-id=\"offcanvas-wrapper-10-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-10-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-10-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-40-offscreen style-local-10-h10-offscreen\">\n <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-41 style-local-10-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"10-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-42 style-local-10-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-43-outer style-local-10-h14-outer\">\n <div data-colibri-id=\"10-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-43 style-local-10-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"10-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-44 style-local-10-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-44-text style-local-10-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"10-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-47 style-local-10-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"10-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-45 style-local-10-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-46-outer style-local-10-h17-outer\">\n <div data-colibri-id=\"10-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-46 style-local-10-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-10-h10\" class=\"offscreen-overlay style-40-offscreenOverlay style-local-10-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"10-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-54 style-local-10-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:#FFFFFF;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"10-h25\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-55 style-local-10-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-56-outer style-local-10-h26-outer\">\n <div data-colibri-id=\"10-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-56 style-local-10-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"10-h27\" class=\"page-title style-57 style-local-10-h27 position-relative h-element\">\n <!---->\n <div class=\"h-page-title__outer style-57-outer style-local-10-h27-outer\">\n <div class=\"h-global-transition-all\">[colibri_page_title tag=\"h1\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_post','','inherit','closed','closed','','10-revision-v1','','','2024-02-17 07:04:29','2024-02-17 07:04:29','',10,'https://cdc.uinfasbengkulu.ac.id/?p=12',0,'revision','',0),(13,1,'2024-02-17 07:04:29','2024-02-17 07:04:29','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','publish','closed','closed','','13','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_footer&p=13',0,'extb_post_footer','',0),(14,1,'2024-02-17 07:04:29','2024-02-17 07:04:29','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','publish','closed','closed','','14','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=14',0,'extb_post_json','',0),(16,1,'2024-02-17 07:04:30','2024-02-17 07:04:30','<div data-colibri-id=\"16-m1\" class=\"style-63 style-local-16-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"16-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 style-local-16-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"16-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-69 style-local-16-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-70-outer%20style-local-16-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221843-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-70%20style-local-16-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221843-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-71%20style-local-16-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-16-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221843-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-72%20style-local-16-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-73-outer%20style-local-16-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-73%20style-local-16-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m8%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-74%20style-local-16-m8%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-75-outer%20style-local-16-m9-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m9%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-75%20style-local-16-m9%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m10%22%20class=%22h-blog-categories%20style-76%20style-local-16-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22Categories:%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-77-outer%20style-local-16-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-77%20style-local-16-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m12%22%20class=%22h-blog-meta%20style-78%20style-local-16-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%221843-m13%22%20class=%22style-79%20style-local-16-m13%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22colibri-post-content%20h-global-transition-all%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m14%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-80%20style-local-16-m14%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-start%20justify-content-md-start%20justify-content-start%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-81-outer%20style-local-16-m15-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-81%20style-local-16-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m16%22%20class=%22h-icon%20style-82%20style-local-16-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cspan%20%20class=%22h-svg-icon%20h-icon__icon%20style-82-icon%20style-local-16-m16-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22tag%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M256%20112h176v176l-4.5%205L243%20475.5l-11%2011-11.5-11-152-152-11-11.5%2011-11L251%20116.5zm13.5%2032l-167%20168L232%20441.5l168-167V144H269.5zm82.5%2032c8.837%200%2016%207.163%2016%2016s-7.163%2016-16%2016-16-7.163-16-16%207.163-16%2016-16z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-83-outer%20style-local-16-m17-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m17%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-83%20style-local-16-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m18%22%20class=%22h-blog-tags%20empty-preview%20style-84%20style-local-16-m18%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"16-m23\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-85 style-local-16-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"16-m24\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-90 style-local-16-m24 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-91-outer style-local-16-m25-outer\">\n <div data-colibri-id=\"16-m25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-91 style-local-16-m25 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"16-m26\" class=\"post-nav-button hide-title style-92 style-local-16-m26 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_nav_button type=\"prev\" prev_post=\"Previous post\" next_post=\"Next post:\" show_title=\"false\" title_length=\"40\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-93-outer style-local-16-m27-outer\">\n <div data-colibri-id=\"16-m27\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-93 style-local-16-m27 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-94-outer style-local-16-m28-outer\">\n <div data-colibri-id=\"16-m28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-94 style-local-16-m28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"16-m29\" class=\"post-nav-button hide-title style-95 style-local-16-m29 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_nav_button type=\"next\" prev_post=\"Previous post:\" next_post=\"Next post\" show_title=\"false\" title_length=\"30\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"16-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-96 style-local-16-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-97-outer style-local-16-m31-outer\">\n <div data-colibri-id=\"16-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-97 style-local-16-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"16-m32\" class=\"style-98 style-local-16-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"16-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','publish','closed','closed','','16','','','2024-02-17 07:04:30','2024-02-17 07:04:30','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_main&p=16',0,'extb_post_main','',0),(17,1,'2024-02-17 07:04:30','2024-02-17 07:04:30','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"16-m21\",\"parentId\":\"16-m20\",\"partialId\":16,\"styleRef\":67,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"16-m22\",\"parentId\":\"16-m20\",\"partialId\":16,\"styleRef\":68,\"type\":\"main\"}],\"id\":\"16-m20\",\"parentId\":\"16-m19\",\"partialId\":16,\"styleRef\":66,\"type\":\"main\"}],\"id\":\"16-m19\",\"parentId\":\"16-m2\",\"partialId\":16,\"styleRef\":65,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-post-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"16-m5\",\"parentId\":\"16-m4\",\"partialId\":16,\"styleRef\":71,\"type\":\"main\",\"props\":{\"showPlaceholder\":false,\"addLink\":false}},{\"name\":\"hop-row\",\"id\":\"16-m6\",\"parentId\":\"16-m4\",\"partialId\":16,\"styleRef\":72,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"id\":\"16-m7\",\"parentId\":\"16-m6\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"id\":\"16-m9\",\"parentId\":\"16-m8\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"16-m9\",\"index\":0,\"id\":\"16-m10\",\"partialId\":16,\"styleRef\":76,\"type\":\"main\",\"props\":{\"prefix\":\"Categories:\"}}],\"styleRef\":75,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"id\":\"16-m11\",\"parentId\":\"16-m8\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"16-m11\",\"index\":1,\"id\":\"16-m12\",\"partialId\":16,\"styleRef\":78,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"|\"}}],\"styleRef\":77,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"16-m7\",\"index\":1,\"id\":\"16-m8\",\"partialId\":16,\"styleRef\":74,\"type\":\"main\"},{\"name\":\"hop-post-content\",\"parentId\":\"16-m7\",\"id\":\"16-m13\",\"partialId\":16,\"styleRef\":79,\"type\":\"main\"}],\"styleRef\":73,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}],\"slot\":null,\"index\":1},{\"name\":\"hop-post-tags-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"16-m15\",\"parentId\":\"16-m14\",\"partialId\":16,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":82,\"props\":{\"name\":\"icons8-line-awesome\\/tag\"},\"slot\":null,\"parentId\":\"16-m15\",\"index\":0,\"id\":\"16-m16\",\"partialId\":16,\"type\":\"main\"}],\"styleRef\":81,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"16-m17\",\"parentId\":\"16-m14\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-tags\",\"slot\":null,\"parentId\":\"16-m17\",\"index\":0,\"id\":\"16-m18\",\"partialId\":16,\"styleRef\":84,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":83,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"16-m4\",\"index\":3,\"id\":\"16-m14\",\"partialId\":16,\"styleRef\":80,\"type\":\"main\"}],\"id\":\"16-m4\",\"parentId\":\"16-m3\",\"partialId\":16,\"styleRef\":70,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"16-m2\",\"index\":0,\"id\":\"16-m3\",\"partialId\":16,\"styleRef\":69,\"type\":\"main\"}],\"parentId\":\"16-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Post\",\"attrs\":{\"id\":\"blog-post\"}},\"id\":\"16-m2\",\"partialId\":16,\"styleRef\":64},{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"16-m36\",\"parentId\":\"16-m35\",\"partialId\":16,\"styleRef\":88,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"16-m37\",\"parentId\":\"16-m35\",\"partialId\":16,\"styleRef\":89,\"type\":\"main\"}],\"id\":\"16-m35\",\"parentId\":\"16-m34\",\"partialId\":16,\"styleRef\":87,\"type\":\"main\"}],\"id\":\"16-m34\",\"parentId\":\"16-m23\",\"partialId\":16,\"styleRef\":86,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-post-nav-container\",\"parentId\":\"16-m23\",\"id\":\"16-m24\",\"partialId\":16,\"styleRef\":90,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"},\"type\":\"fitToContent\"}}},\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"16-m25\",\"parentId\":\"16-m24\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"16-m25\",\"index\":0,\"id\":\"16-m26\",\"partialId\":16,\"styleRef\":92,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"showPostTitle\":false,\"prevLabel\":\"Previous post\",\"postTitleLength\":\"40\",\"stateType\":\"\"},\"uuid\":\"16-m22-0\"}],\"styleRef\":91,\"type\":\"main\",\"uuid\":\"16-m21-0\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"16-m27\",\"parentId\":\"16-m24\",\"partialId\":16,\"styleRef\":93,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"},\"type\":\"fitToContent\"}}}}}},\"id\":\"16-m28\",\"parentId\":\"16-m24\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"16-m28\",\"index\":0,\"id\":\"16-m29\",\"partialId\":16,\"styleRef\":95,\"type\":\"main\",\"props\":{\"nextLabel\":\"Next post\",\"showPostTitle\":false,\"stateType\":\"\"},\"uuid\":\"16-m24-0\"}],\"styleRef\":94,\"type\":\"main\",\"uuid\":\"16-m23-0\"}],\"slot\":null,\"index\":0,\"uuid\":\"16-m20-0\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"16-m31\",\"parentId\":\"16-m30\",\"partialId\":16,\"children\":[{\"name\":\"hop-post-comments\",\"slot\":null,\"parentId\":\"16-m31\",\"index\":0,\"id\":\"16-m32\",\"partialId\":16,\"styleRef\":98,\"type\":\"main\",\"props\":{\"multipleTitle\":\"{COMMENTS-COUNT} Responses\",\"avatarSize\":30,\"noneTitle\":\"No responses yet\"}},{\"name\":\"hop-post-comment-form\",\"id\":\"16-m33\",\"parentId\":\"16-m31\",\"partialId\":16,\"styleRef\":99,\"type\":\"main\"}],\"styleRef\":97,\"type\":\"main\"}],\"id\":\"16-m30\",\"parentId\":\"16-m23\",\"partialId\":16,\"styleRef\":96,\"type\":\"main\"}],\"parentId\":\"16-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Comments\",\"attrs\":{\"id\":\"comments\"}},\"id\":\"16-m23\",\"partialId\":16,\"styleRef\":85}],\"id\":\"16-m1\",\"partialId\":16,\"styleRef\":63,\"type\":\"main\"}','','','publish','closed','closed','','17','','','2024-02-17 07:04:30','2024-02-17 07:04:30','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=17',0,'extb_post_json','',0),(18,1,'2024-02-17 07:04:30','2024-02-17 07:04:30','<div data-colibri-id=\"16-m1\" class=\"style-63 style-local-16-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"16-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 style-local-16-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"16-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-69 style-local-16-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-70-outer%20style-local-16-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221843-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-70%20style-local-16-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221843-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-71%20style-local-16-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-16-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221843-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-72%20style-local-16-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-73-outer%20style-local-16-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-73%20style-local-16-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m8%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-74%20style-local-16-m8%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-75-outer%20style-local-16-m9-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m9%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-75%20style-local-16-m9%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m10%22%20class=%22h-blog-categories%20style-76%20style-local-16-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22Categories:%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-77-outer%20style-local-16-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-77%20style-local-16-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m12%22%20class=%22h-blog-meta%20style-78%20style-local-16-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%221843-m13%22%20class=%22style-79%20style-local-16-m13%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22colibri-post-content%20h-global-transition-all%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m14%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-80%20style-local-16-m14%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-start%20justify-content-md-start%20justify-content-start%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-81-outer%20style-local-16-m15-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-81%20style-local-16-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m16%22%20class=%22h-icon%20style-82%20style-local-16-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cspan%20%20class=%22h-svg-icon%20h-icon__icon%20style-82-icon%20style-local-16-m16-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22tag%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M256%20112h176v176l-4.5%205L243%20475.5l-11%2011-11.5-11-152-152-11-11.5%2011-11L251%20116.5zm13.5%2032l-167%20168L232%20441.5l168-167V144H269.5zm82.5%2032c8.837%200%2016%207.163%2016%2016s-7.163%2016-16%2016-16-7.163-16-16%207.163-16%2016-16z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-83-outer%20style-local-16-m17-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m17%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-83%20style-local-16-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m18%22%20class=%22h-blog-tags%20empty-preview%20style-84%20style-local-16-m18%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"16-m23\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-85 style-local-16-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"16-m24\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-90 style-local-16-m24 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-91-outer style-local-16-m25-outer\">\n <div data-colibri-id=\"16-m25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-91 style-local-16-m25 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"16-m26\" class=\"post-nav-button hide-title style-92 style-local-16-m26 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_nav_button type=\"prev\" prev_post=\"Previous post\" next_post=\"Next post:\" show_title=\"false\" title_length=\"40\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-93-outer style-local-16-m27-outer\">\n <div data-colibri-id=\"16-m27\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-93 style-local-16-m27 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-94-outer style-local-16-m28-outer\">\n <div data-colibri-id=\"16-m28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-94 style-local-16-m28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"16-m29\" class=\"post-nav-button hide-title style-95 style-local-16-m29 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_nav_button type=\"next\" prev_post=\"Previous post:\" next_post=\"Next post\" show_title=\"false\" title_length=\"30\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"16-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-96 style-local-16-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-97-outer style-local-16-m31-outer\">\n <div data-colibri-id=\"16-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-97 style-local-16-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"16-m32\" class=\"style-98 style-local-16-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"16-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','inherit','closed','closed','','16-revision-v1','','','2024-02-17 07:04:30','2024-02-17 07:04:30','',16,'https://cdc.uinfasbengkulu.ac.id/?p=18',0,'revision','',0),(19,1,'2024-02-17 07:04:31','2024-02-17 07:04:31','<div data-colibri-id=\"19-m1\" class=\"style-100 style-local-19-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"19-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-101 style-local-19-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"19-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-3 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-106 style-local-19-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-3 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-106-row style-local-19-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-107-outer%20style-local-19-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221846-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-107%20style-local-19-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%221846-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-108%20style-local-19-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-19-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m6%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-109%20style-local-19-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-110-outer%20style-local-19-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-110%20style-local-19-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221846-m8%22%20class=%22h-blog-title%20style-111%20style-local-19-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m9%22%20class=%22style-112%20style-local-19-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2217%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-113%20style-local-19-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-114-outer%20style-local-19-m11-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-114%20style-local-19-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221846-m12%22%20class=%22h-blog-meta%20style-115%20style-local-19-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-116-outer%20style-local-19-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-116%20style-local-19-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221846-m14%22%20class=%22h-x-container%20style-117%20style-local-19-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-19-m14-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-118-outer%20style-local-19-m15-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221846-m15%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-118%20style-local-19-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"19-m16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-119 style-local-19-m16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-120-outer style-local-19-m17-outer\">\n <div data-colibri-id=\"19-m17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-120 style-local-19-m17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"19-m18\" class=\"style-121 style-local-19-m18 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-122-outer style-local-19-m19-outer\">\n <div data-colibri-id=\"19-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-122 style-local-19-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"19-m20\" class=\"style-123 style-local-19-m20 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-124-outer style-local-19-m21-outer\">\n <div data-colibri-id=\"19-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-124 style-local-19-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"19-m22\" class=\"style-125 style-local-19-m22 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','publish','closed','closed','','19','','','2024-02-17 07:04:31','2024-02-17 07:04:31','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_main&p=19',0,'extb_post_main','',0),(20,1,'2024-02-17 07:04:31','2024-02-17 07:04:31','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"19-m25\",\"parentId\":\"19-m24\",\"partialId\":19,\"styleRef\":104,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"19-m26\",\"parentId\":\"19-m24\",\"partialId\":19,\"styleRef\":105,\"type\":\"main\"}],\"id\":\"19-m24\",\"parentId\":\"19-m23\",\"partialId\":19,\"styleRef\":103,\"type\":\"main\"}],\"id\":\"19-m23\",\"parentId\":\"19-m2\",\"partialId\":19,\"styleRef\":102,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"19-m4\",\"index\":0,\"id\":\"19-m5\",\"partialId\":19,\"styleRef\":108,\"type\":\"main\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"id\":\"19-m7\",\"parentId\":\"19-m6\",\"partialId\":19,\"children\":[{\"name\":\"hop-post-title\",\"id\":\"19-m8\",\"parentId\":\"19-m7\",\"partialId\":19,\"styleRef\":111,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"19-m9\",\"parentId\":\"19-m7\",\"partialId\":19,\"styleRef\":112,\"type\":\"main\",\"props\":{\"maxLength\":\"17\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"19-m11\",\"parentId\":\"19-m10\",\"partialId\":19,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"showIcons\":true,\"separator\":\"|\"},\"slot\":null,\"parentId\":\"19-m11\",\"index\":0,\"id\":\"19-m12\",\"partialId\":19,\"styleRef\":115,\"type\":\"main\"}],\"styleRef\":114,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"19-m13\",\"parentId\":\"19-m10\",\"partialId\":19,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\"},\"id\":\"19-m15\",\"parentId\":\"19-m14\",\"partialId\":19,\"styleRef\":118,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"19-m13\",\"index\":2,\"id\":\"19-m14\",\"partialId\":19,\"styleRef\":117,\"type\":\"main\"}],\"styleRef\":116,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"19-m7\",\"index\":2,\"id\":\"19-m10\",\"partialId\":19,\"styleRef\":113,\"type\":\"main\"}],\"styleRef\":110,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"19-m4\",\"index\":1,\"id\":\"19-m6\",\"partialId\":19,\"styleRef\":109,\"type\":\"main\"}],\"id\":\"19-m4\",\"parentId\":\"19-m3\",\"partialId\":19,\"styleRef\":107,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"19-m2\",\"index\":0,\"id\":\"19-m3\",\"partialId\":19,\"styleRef\":106,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"19-m17\",\"parentId\":\"19-m16\",\"partialId\":19,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"19-m17\",\"index\":0,\"id\":\"19-m18\",\"partialId\":19,\"styleRef\":121,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"\"}}],\"styleRef\":120,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"19-m19\",\"parentId\":\"19-m16\",\"partialId\":19,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"19-m19\",\"index\":0,\"id\":\"19-m20\",\"partialId\":19,\"styleRef\":123,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":122,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"19-m21\",\"parentId\":\"19-m16\",\"partialId\":19,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"19-m21\",\"index\":0,\"id\":\"19-m22\",\"partialId\":19,\"styleRef\":125,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":124,\"type\":\"main\"}],\"parentId\":\"19-m2\",\"index\":1,\"id\":\"19-m16\",\"partialId\":19,\"styleRef\":119,\"type\":\"main\"}],\"parentId\":\"19-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"19-m2\",\"partialId\":19,\"styleRef\":101}],\"id\":\"19-m1\",\"partialId\":19,\"styleRef\":100,\"type\":\"main\"}','','','publish','closed','closed','','20','','','2024-02-17 07:04:31','2024-02-17 07:04:31','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=20',0,'extb_post_json','',0),(21,1,'2024-02-17 07:04:31','2024-02-17 07:04:31','<div data-colibri-id=\"19-m1\" class=\"style-100 style-local-19-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"19-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-101 style-local-19-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"19-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-3 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-106 style-local-19-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-3 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-106-row style-local-19-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-107-outer%20style-local-19-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221846-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-107%20style-local-19-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%221846-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-108%20style-local-19-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-19-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m6%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-109%20style-local-19-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-110-outer%20style-local-19-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-110%20style-local-19-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221846-m8%22%20class=%22h-blog-title%20style-111%20style-local-19-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m9%22%20class=%22style-112%20style-local-19-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2217%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-113%20style-local-19-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-114-outer%20style-local-19-m11-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-114%20style-local-19-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221846-m12%22%20class=%22h-blog-meta%20style-115%20style-local-19-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-116-outer%20style-local-19-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-116%20style-local-19-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221846-m14%22%20class=%22h-x-container%20style-117%20style-local-19-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-19-m14-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-118-outer%20style-local-19-m15-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221846-m15%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-118%20style-local-19-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"19-m16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-119 style-local-19-m16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-120-outer style-local-19-m17-outer\">\n <div data-colibri-id=\"19-m17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-120 style-local-19-m17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"19-m18\" class=\"style-121 style-local-19-m18 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-122-outer style-local-19-m19-outer\">\n <div data-colibri-id=\"19-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-122 style-local-19-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"19-m20\" class=\"style-123 style-local-19-m20 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-124-outer style-local-19-m21-outer\">\n <div data-colibri-id=\"19-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-124 style-local-19-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"19-m22\" class=\"style-125 style-local-19-m22 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','inherit','closed','closed','','19-revision-v1','','','2024-02-17 07:04:31','2024-02-17 07:04:31','',19,'https://cdc.uinfasbengkulu.ac.id/?p=21',0,'revision','',0),(22,1,'2024-02-17 07:04:32','2024-02-17 07:04:32','<div data-colibri-id=\"22-m1\" class=\"style-126 style-local-22-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"22-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-127 style-local-22-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-128-outer style-local-22-m3-outer\">\n <div data-colibri-id=\"22-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-128 style-local-22-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-m4\" class=\"h-global-transition-all h-heading style-129 style-local-22-m4 position-relative h-element\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n <div data-colibri-id=\"22-m5\" class=\"h-text h-text-component style-130 style-local-22-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"22-m6\" class=\"h-x-container style-131 style-local-22-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-m6-group\">\n <!----><span class=\"h-button__outer style-132-outer style-local-22-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"22-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-132 style-local-22-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-132-icon style-local-22-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"arrow-right\" viewBox=\"0 0 512 545.5\"><path d=\"M299.5 140.5l136 136 11 11.5-11 11.5-136 136-23-23L385 304H64v-32h321L276.5 163.5z\"></path></svg></span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','publish','closed','closed','','22','','','2024-02-17 07:04:32','2024-02-17 07:04:32','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_main&p=22',0,'extb_post_main','',0),(23,1,'2024-02-17 07:04:32','2024-02-17 07:04:32','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"22-m3\",\"index\":0,\"id\":\"22-m4\",\"partialId\":22,\"styleRef\":129,\"type\":\"main\",\"props\":{\"content\":\"404\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"22-m3\",\"index\":1,\"id\":\"22-m5\",\"partialId\":22,\"styleRef\":130,\"type\":\"main\",\"props\":{\"content\":\"<p>Sorry, page not found!<\\/p>\"}},{\"name\":\"hop-home-button-group\",\"children\":[{\"name\":\"hop-home-button\",\"props\":{\"text\":\"Go to Homepage!\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"22-m7\",\"parentId\":\"22-m6\",\"partialId\":22,\"styleRef\":132,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"22-m3\",\"index\":2,\"id\":\"22-m6\",\"partialId\":22,\"styleRef\":131,\"type\":\"main\"}],\"id\":\"22-m3\",\"parentId\":\"22-m2\",\"partialId\":22,\"styleRef\":128,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}],\"id\":\"22-m2\",\"parentId\":\"22-m1\",\"partialId\":22,\"styleRef\":127,\"type\":\"main\",\"props\":{\"name\":\"Nothing found\",\"attrs\":{\"id\":\"nothing-found\"}}}],\"id\":\"22-m1\",\"partialId\":22,\"styleRef\":126,\"type\":\"main\"}','','','publish','closed','closed','','23','','','2024-02-17 07:04:32','2024-02-17 07:04:32','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=23',0,'extb_post_json','',0),(24,1,'2024-02-17 07:04:32','2024-02-17 07:04:32','<div data-colibri-id=\"22-m1\" class=\"style-126 style-local-22-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"22-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-127 style-local-22-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-128-outer style-local-22-m3-outer\">\n <div data-colibri-id=\"22-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-128 style-local-22-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-m4\" class=\"h-global-transition-all h-heading style-129 style-local-22-m4 position-relative h-element\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n <div data-colibri-id=\"22-m5\" class=\"h-text h-text-component style-130 style-local-22-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"22-m6\" class=\"h-x-container style-131 style-local-22-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-m6-group\">\n <!----><span class=\"h-button__outer style-132-outer style-local-22-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"22-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-132 style-local-22-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-132-icon style-local-22-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"arrow-right\" viewBox=\"0 0 512 545.5\"><path d=\"M299.5 140.5l136 136 11 11.5-11 11.5-136 136-23-23L385 304H64v-32h321L276.5 163.5z\"></path></svg></span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','inherit','closed','closed','','22-revision-v1','','','2024-02-17 07:04:32','2024-02-17 07:04:32','',22,'https://cdc.uinfasbengkulu.ac.id/?p=24',0,'revision','',0),(25,1,'2024-02-17 07:04:32','2024-02-17 07:04:32','<div data-colibri-id=\"25-m1\" class=\"style-133 style-local-25-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"25-m2\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-134 style-local-25-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-134-row style-local-25-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-135-outer%20style-local-25-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221852-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-135%20style-local-25-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221852-m4%22%20class=%22h-blog-title%20style-136%20style-local-25-m4%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m5%22%20class=%22style-137%20style-local-25-m5%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2217%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-138%20style-local-25-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-139-outer%20style-local-25-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221852-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-139%20style-local-25-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221852-m8%22%20class=%22h-blog-meta%20style-140%20style-local-25-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-141-outer%20style-local-25-m9-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221852-m9%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-141%20style-local-25-m9%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221852-m10%22%20class=%22h-x-container%20style-142%20style-local-25-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-25-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-143-outer%20style-local-25-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221852-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-143%20style-local-25-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"25-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-144 style-local-25-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-145-outer style-local-25-m13-outer\">\n <div data-colibri-id=\"25-m13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-145 style-local-25-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-m14\" class=\"style-146 style-local-25-m14 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-147-outer style-local-25-m15-outer\">\n <div data-colibri-id=\"25-m15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-147 style-local-25-m15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-m16\" class=\"style-148 style-local-25-m16 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-149-outer style-local-25-m17-outer\">\n <div data-colibri-id=\"25-m17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-149 style-local-25-m17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-m18\" class=\"style-150 style-local-25-m18 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"25-m19\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-151 style-local-25-m19 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-152-outer style-local-25-m20-outer\">\n <div data-colibri-id=\"25-m20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-152 style-local-25-m20 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"1852-m21\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','publish','closed','closed','','25','','','2024-02-17 07:04:33','2024-02-17 07:04:33','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_main&p=25',0,'extb_post_main','',0),(26,1,'2024-02-17 07:04:33','2024-02-17 07:04:33','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-title\",\"parentId\":\"25-m3\",\"id\":\"25-m4\",\"partialId\":25,\"styleRef\":136,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"25-m5\",\"parentId\":\"25-m3\",\"partialId\":25,\"styleRef\":137,\"type\":\"main\",\"props\":{\"maxLength\":\"17\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"25-m7\",\"parentId\":\"25-m6\",\"partialId\":25,\"children\":[{\"name\":\"hop-post-meta\",\"parentId\":\"25-m7\",\"id\":\"25-m8\",\"partialId\":25,\"styleRef\":140,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"|\"},\"slot\":null,\"index\":3}],\"styleRef\":139,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"25-m9\",\"parentId\":\"25-m6\",\"partialId\":25,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\"},\"id\":\"25-m11\",\"parentId\":\"25-m10\",\"partialId\":25,\"styleRef\":143,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"25-m9\",\"index\":0,\"id\":\"25-m10\",\"partialId\":25,\"styleRef\":142,\"type\":\"main\"}],\"styleRef\":141,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"25-m3\",\"index\":2,\"id\":\"25-m6\",\"partialId\":25,\"styleRef\":138,\"type\":\"main\"}],\"id\":\"25-m3\",\"parentId\":\"25-m2\",\"partialId\":25,\"styleRef\":135,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"25-m1\",\"index\":0,\"id\":\"25-m2\",\"partialId\":25,\"styleRef\":134,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"25-m13\",\"parentId\":\"25-m12\",\"partialId\":25,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"25-m13\",\"index\":0,\"id\":\"25-m14\",\"partialId\":25,\"styleRef\":146,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"stateType\":\"\",\"prevLabel\":\"Back\"}}],\"styleRef\":145,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"25-m15\",\"parentId\":\"25-m12\",\"partialId\":25,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"25-m15\",\"index\":0,\"id\":\"25-m16\",\"partialId\":25,\"styleRef\":148,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":147,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"25-m17\",\"parentId\":\"25-m12\",\"partialId\":25,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"25-m17\",\"index\":0,\"id\":\"25-m18\",\"partialId\":25,\"styleRef\":150,\"type\":\"main\",\"props\":{\"stateType\":\"\",\"nextLabel\":\"Next\"}}],\"styleRef\":149,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"25-m1\",\"index\":4,\"id\":\"25-m12\",\"partialId\":25,\"styleRef\":144,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-archive-navigation\",\"slot\":null,\"parentId\":\"25-m20\",\"index\":1,\"id\":\"25-m21\",\"partialId\":25,\"styleRef\":153,\"type\":\"main\"}],\"id\":\"25-m20\",\"parentId\":\"25-m19\",\"partialId\":25,\"styleRef\":152,\"type\":\"main\"}],\"id\":\"25-m19\",\"parentId\":\"25-m1\",\"partialId\":25,\"styleRef\":151,\"type\":\"main\",\"props\":{\"name\":\"Search results\",\"attrs\":{\"id\":\"search-results\"}}}],\"id\":\"25-m1\",\"partialId\":25,\"styleRef\":133,\"type\":\"main\"}','','','publish','closed','closed','','26','','','2024-02-17 07:04:33','2024-02-17 07:04:33','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=26',0,'extb_post_json','',0),(27,1,'2024-02-17 07:04:33','2024-02-17 07:04:33','<div data-colibri-id=\"25-m1\" class=\"style-133 style-local-25-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"25-m2\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-134 style-local-25-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-134-row style-local-25-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-135-outer%20style-local-25-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221852-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-135%20style-local-25-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221852-m4%22%20class=%22h-blog-title%20style-136%20style-local-25-m4%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m5%22%20class=%22style-137%20style-local-25-m5%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2217%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-138%20style-local-25-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-139-outer%20style-local-25-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221852-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-139%20style-local-25-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221852-m8%22%20class=%22h-blog-meta%20style-140%20style-local-25-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-141-outer%20style-local-25-m9-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221852-m9%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-141%20style-local-25-m9%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221852-m10%22%20class=%22h-x-container%20style-142%20style-local-25-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-25-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-143-outer%20style-local-25-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221852-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-143%20style-local-25-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"25-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-144 style-local-25-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-145-outer style-local-25-m13-outer\">\n <div data-colibri-id=\"25-m13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-145 style-local-25-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-m14\" class=\"style-146 style-local-25-m14 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-147-outer style-local-25-m15-outer\">\n <div data-colibri-id=\"25-m15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-147 style-local-25-m15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-m16\" class=\"style-148 style-local-25-m16 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-149-outer style-local-25-m17-outer\">\n <div data-colibri-id=\"25-m17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-149 style-local-25-m17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-m18\" class=\"style-150 style-local-25-m18 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"25-m19\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-151 style-local-25-m19 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-152-outer style-local-25-m20-outer\">\n <div data-colibri-id=\"25-m20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-152 style-local-25-m20 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"1852-m21\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','inherit','closed','closed','','25-revision-v1','','','2024-02-17 07:04:33','2024-02-17 07:04:33','',25,'https://cdc.uinfasbengkulu.ac.id/?p=27',0,'revision','',0),(28,1,'2024-02-17 07:04:33','2024-02-17 07:04:33','<div disabled-ui=\"true\" data-colibri-id=\"28-s1\" class=\"style-154 style-local-28-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"28-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-155 style-local-28-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"28-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-160 style-local-28-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-161-outer style-local-28-s4-outer\">\n <div data-colibri-id=\"28-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-161 style-local-28-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-component=\"widget-area\" data-colibri-id=\"28-s5\" class=\"h-widget-area style-162 style-local-28-s5 position-relative h-element\">\n <!---->\n <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','publish','closed','closed','','28','','','2024-02-17 07:04:33','2024-02-17 07:04:33','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_sidebar&p=28',0,'extb_post_sidebar','',0),(29,1,'2024-02-17 07:04:33','2024-02-17 07:04:33','{\"name\":\"hop-sidebar\",\"id\":\"28-s1\",\"partialId\":28,\"styleRef\":154,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"28-s15\",\"parentId\":\"28-s14\",\"partialId\":28,\"styleRef\":158,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"28-s16\",\"parentId\":\"28-s14\",\"partialId\":28,\"styleRef\":159,\"type\":\"sidebar\"}],\"id\":\"28-s14\",\"parentId\":\"28-s13\",\"partialId\":28,\"styleRef\":157,\"type\":\"sidebar\"}],\"id\":\"28-s13\",\"parentId\":\"28-s2\",\"partialId\":28,\"styleRef\":156,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"28-s4\",\"parentId\":\"28-s3\",\"partialId\":28,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\"},\"id\":\"28-s5\",\"parentId\":\"28-s4\",\"partialId\":28,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"28-s6\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":163,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"28-s7\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":164,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"28-s8\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":165,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"28-s9\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":166,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"28-s10\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":167,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"28-s11\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":168,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"28-s12\",\"parentId\":\"28-s5\",\"partialId\":28,\"styleRef\":169,\"type\":\"sidebar\"}],\"styleRef\":162,\"type\":\"sidebar\"}],\"styleRef\":161,\"type\":\"sidebar\"}],\"id\":\"28-s3\",\"parentId\":\"28-s2\",\"partialId\":28,\"styleRef\":160,\"type\":\"sidebar\"}],\"parentId\":\"28-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog Sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"28-s2\",\"partialId\":28,\"styleRef\":155}]}','','','publish','closed','closed','','29','','','2024-02-17 07:04:33','2024-02-17 07:04:33','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=29',0,'extb_post_json','',0),(30,1,'2024-02-17 07:04:33','2024-02-17 07:04:33','<div disabled-ui=\"true\" data-colibri-id=\"28-s1\" class=\"style-154 style-local-28-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"28-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-155 style-local-28-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"28-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-160 style-local-28-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-161-outer style-local-28-s4-outer\">\n <div data-colibri-id=\"28-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-161 style-local-28-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-component=\"widget-area\" data-colibri-id=\"28-s5\" class=\"h-widget-area style-162 style-local-28-s5 position-relative h-element\">\n <!---->\n <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"28-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','inherit','closed','closed','','28-revision-v1','','','2024-02-17 07:04:33','2024-02-17 07:04:33','',28,'https://cdc.uinfasbengkulu.ac.id/?p=30',0,'revision','',0),(31,1,'2024-02-17 07:04:34','2024-02-17 07:04:34','<div data-colibri-id=\"31-s1\" class=\"style-170 style-local-31-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-171 style-local-31-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-176 style-local-31-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-177-outer style-local-31-s4-outer\">\n <div data-colibri-id=\"31-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-177 style-local-31-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-s5\" class=\"h-widget-area style-178 style-local-31-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>','sidebar_product','','publish','closed','closed','','31','','','2024-02-17 07:04:34','2024-02-17 07:04:34','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_sidebar&p=31',0,'extb_post_sidebar','',0),(32,1,'2024-02-17 07:04:34','2024-02-17 07:04:34','{\"name\":\"hop-sidebar\",\"id\":\"31-s1\",\"partialId\":31,\"styleRef\":170,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-s15\",\"parentId\":\"31-s14\",\"partialId\":31,\"styleRef\":174,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"31-s16\",\"parentId\":\"31-s14\",\"partialId\":31,\"styleRef\":175,\"type\":\"sidebar\"}],\"id\":\"31-s14\",\"parentId\":\"31-s13\",\"partialId\":31,\"styleRef\":173,\"type\":\"sidebar\"}],\"id\":\"31-s13\",\"parentId\":\"31-s2\",\"partialId\":31,\"styleRef\":172,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"31-s4\",\"parentId\":\"31-s3\",\"partialId\":31,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"ecommerce-left\"},\"id\":\"31-s5\",\"parentId\":\"31-s4\",\"partialId\":31,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"31-s6\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":179,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"31-s7\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":180,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"31-s8\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":181,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"31-s9\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":182,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"31-s10\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":183,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"31-s11\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":184,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"31-s12\",\"parentId\":\"31-s5\",\"partialId\":31,\"styleRef\":185,\"type\":\"sidebar\"}],\"styleRef\":178,\"type\":\"sidebar\"}],\"styleRef\":177,\"type\":\"sidebar\"}],\"id\":\"31-s3\",\"parentId\":\"31-s2\",\"partialId\":31,\"styleRef\":176,\"type\":\"sidebar\"}],\"parentId\":\"31-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\" Woo Sidebar\",\"attrs\":{\"id\":\"product-sidebar\"}},\"id\":\"31-s2\",\"partialId\":31,\"styleRef\":171}]}','','','publish','closed','closed','','32','','','2024-02-17 07:04:34','2024-02-17 07:04:34','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=32',0,'extb_post_json','',0),(33,1,'2024-02-17 07:04:34','2024-02-17 07:04:34','<div data-colibri-id=\"31-s1\" class=\"style-170 style-local-31-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-171 style-local-31-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-176 style-local-31-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-177-outer style-local-31-s4-outer\">\n <div data-colibri-id=\"31-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-177 style-local-31-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-s5\" class=\"h-widget-area style-178 style-local-31-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>','sidebar_product','','inherit','closed','closed','','31-revision-v1','','','2024-02-17 07:04:34','2024-02-17 07:04:34','',31,'https://cdc.uinfasbengkulu.ac.id/?p=33',0,'revision','',0),(34,1,'2024-02-17 07:04:34','2024-02-17 07:04:34','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"color: rgb(128, 128, 128); font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 400;\">Urgensi dibentuknya UPT pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala UPT</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','publish','closed','closed','','brite','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',0,'https://cdc.uinfasbengkulu.ac.id/index.php/brite/',0,'page','',0),(35,1,'2024-02-17 07:04:34','2024-02-17 07:04:34','','Blog','','publish','closed','closed','','blog','','','2024-02-17 07:04:34','2024-02-17 07:04:34','',0,'https://cdc.uinfasbengkulu.ac.id/index.php/blog/',0,'page','',0),(36,1,'2024-02-17 07:04:35','2024-02-17 07:04:35','','cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1.jpg','','inherit','open','closed','','cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1-jpg','','','2024-02-17 07:04:35','2024-02-17 07:04:35','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1.jpg',0,'attachment','image/jpeg',0),(37,1,'2024-02-17 07:04:37','2024-02-17 07:04:37','','cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1.jpg','','inherit','open','closed','','cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1-jpg','','','2024-02-17 07:04:37','2024-02-17 07:04:37','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1.jpg',0,'attachment','image/jpeg',0),(38,1,'2024-02-17 07:04:39','2024-02-17 07:04:39','','cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2.jpg','','inherit','open','closed','','cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2-jpg','','','2024-02-17 07:04:39','2024-02-17 07:04:39','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2.jpg',0,'attachment','image/jpeg',0),(39,1,'2024-02-17 07:04:40','2024-02-17 07:04:40','','table-house-chair-floor-seat-home-714994-pxhere-com.jpg','','inherit','open','closed','','table-house-chair-floor-seat-home-714994-pxhere-com-jpg','','','2024-02-17 07:04:40','2024-02-17 07:04:40','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/table-house-chair-floor-seat-home-714994-pxhere-com.jpg',0,'attachment','image/jpeg',0),(40,1,'2024-02-17 07:04:42','2024-02-17 07:04:42','','laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1.jpg','','inherit','open','closed','','laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1-jpg','','','2024-02-17 07:04:42','2024-02-17 07:04:42','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1.jpg',0,'attachment','image/jpeg',0),(41,1,'2024-02-17 07:04:43','2024-02-17 07:04:43','','face4-150x150-1.jpg','','inherit','open','closed','','face4-150x150-1-jpg','','','2024-02-17 07:04:43','2024-02-17 07:04:43','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/face4-150x150-1.jpg',0,'attachment','image/jpeg',0),(42,1,'2024-02-17 07:04:43','2024-02-17 07:04:43','','face9-150x150-1.jpg','','inherit','open','closed','','face9-150x150-1-jpg','','','2024-02-17 07:04:43','2024-02-17 07:04:43','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/face9-150x150-1.jpg',0,'attachment','image/jpeg',0),(43,1,'2024-02-17 07:04:44','2024-02-17 07:04:44','','face7-150x150-1.jpg','','inherit','open','closed','','face7-150x150-1-jpg','','','2024-02-17 07:04:44','2024-02-17 07:04:44','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/face7-150x150-1.jpg',0,'attachment','image/jpeg',0),(44,1,'2024-02-17 07:04:45','2024-02-17 07:04:45','','face11-150x150-1.jpg','','inherit','open','closed','','face11-150x150-1-jpg','','','2024-02-17 07:04:45','2024-02-17 07:04:45','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/face11-150x150-1.jpg',0,'attachment','image/jpeg',0),(45,1,'2024-02-17 07:04:46','2024-02-17 07:04:46','','laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg','','inherit','open','closed','','laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com-jpg','','','2024-02-17 07:04:46','2024-02-17 07:04:46','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg',0,'attachment','image/jpeg',0),(46,1,'2024-02-17 07:04:47','2024-02-17 07:04:47','','table-plant-white-house-interior-window-1392240-pxhere-com.jpg','','inherit','open','closed','','table-plant-white-house-interior-window-1392240-pxhere-com-jpg','','','2024-02-17 07:04:47','2024-02-17 07:04:47','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/table-plant-white-house-interior-window-1392240-pxhere-com.jpg',0,'attachment','image/jpeg',0),(47,1,'2024-02-17 07:04:49','2024-02-17 07:04:49','','laptop-desk-computer-work-table-open-722218-pxhere-com.jpg','','inherit','open','closed','','laptop-desk-computer-work-table-open-722218-pxhere-com-jpg','','','2024-02-17 07:04:49','2024-02-17 07:04:49','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg',0,'attachment','image/jpeg',0),(48,1,'2024-02-17 07:04:50','2024-02-17 07:04:50','','canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg','','inherit','open','closed','','canyon-purple-orange-light-formation-rock-1608614-pxhere-com-jpg','','','2024-02-17 07:04:50','2024-02-17 07:04:50','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg',0,'attachment','image/jpeg',0),(49,1,'2024-02-17 07:04:52','2024-02-17 07:04:52','','plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg','','inherit','open','closed','','plants-green-white-background-white-decoration-design-1418858-pxhere-com-1-jpg','','','2024-02-17 07:04:52','2024-02-17 07:04:52','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg',0,'attachment','image/jpeg',0),(50,1,'2024-02-17 07:04:55','2024-02-17 07:04:55','','laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg','','inherit','open','closed','','laptop-desk-computer-writing-screen-man-653052-pxhere-com-1-jpg','','','2024-02-17 07:04:55','2024-02-17 07:04:55','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg',0,'attachment','image/jpeg',0),(51,1,'2024-02-17 07:04:55','2024-02-17 07:04:55','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(128, 128, 128); font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 400;\\\">Urgensi dibentuknya UPT pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala UPT<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','publish','closed','closed','','51','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',0,'https://cdc.uinfasbengkulu.ac.id/?post_type=extb_post_json&p=51',0,'extb_post_json','',0),(54,1,'2024-02-17 14:13:24','2024-02-17 14:13:24','','logo web','','inherit','open','closed','','logo-web','','','2024-02-17 14:13:24','2024-02-17 14:13:24','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/logo-web.png',0,'attachment','image/png',0),(63,1,'2024-02-25 01:20:23','2024-02-18 05:11:58','','Home','','publish','closed','closed','','63','','','2024-02-25 01:20:23','2024-02-25 01:20:23','',0,'https://cdc.uinfasbengkulu.ac.id/?p=63',1,'nav_menu_item','',0),(100,1,'2024-02-24 15:12:25','2024-02-24 15:12:25','','yogi','','inherit','open','closed','','yogi','','','2024-02-24 15:12:25','2024-02-24 15:12:25','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/yogi.jpg',0,'attachment','image/jpeg',0),(101,1,'2024-02-24 15:12:34','2024-02-24 15:12:34','https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg','cropped-yogi.jpg','','inherit','open','closed','','cropped-yogi-jpg','','','2024-02-24 15:12:34','2024-02-24 15:12:34','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg',0,'attachment','image/jpeg',0),(115,1,'2024-02-24 15:17:02','2024-02-24 15:17:02','','gedung','','inherit','open','closed','','gedung','','','2024-02-24 15:17:02','2024-02-24 15:17:02','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/gedung.jpg',0,'attachment','image/jpeg',0),(123,1,'2024-02-24 15:22:51','2024-02-24 15:22:51','','rektor','','inherit','open','closed','','rektor','','','2024-02-24 15:22:51','2024-02-24 15:22:51','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/rektor.jpg',0,'attachment','image/jpeg',0),(141,1,'2024-02-24 15:29:44','2024-02-24 15:29:44','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:29:44','2024-02-24 15:29:44','',51,'https://cdc.uinfasbengkulu.ac.id/?p=141',0,'revision','',0),(142,1,'2024-02-24 15:29:44','2024-02-24 15:29:44','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:29:44','2024-02-24 15:29:44','',34,'https://cdc.uinfasbengkulu.ac.id/?p=142',0,'revision','',0),(143,1,'2024-02-24 15:29:44','2024-02-24 15:29:44','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"get started today\"},\"id\":\"6-h29\",\"parentId\":\"6-h28\",\"partialId\":6,\"styleRef\":29,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"learn more\"},\"id\":\"6-h30\",\"parentId\":\"6-h28\",\"partialId\":6,\"styleRef\":30,\"type\":\"header\"}],\"id\":\"6-h28\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:29:44','2024-02-24 15:29:44','',8,'https://cdc.uinfasbengkulu.ac.id/?p=143',0,'revision','',0),(144,1,'2024-02-24 15:29:44','2024-02-24 15:29:44','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n <div data-colibri-id=\"6-h28\" class=\"h-x-container style-28 style-local-6-h28 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-6-h28-group style-28-spacing style-local-6-h28-spacing\"><span class=\"h-button__outer style-29-outer style-local-6-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"6-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-29 style-local-6-h29 position-relative\"><!----><!----> <span>get started today</span></a>\n </span><span class=\"h-button__outer style-30-outer style-local-6-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"6-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-6-h30 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:29:44','2024-02-24 15:29:44','',6,'https://cdc.uinfasbengkulu.ac.id/?p=144',0,'revision','',0),(145,1,'2024-02-24 15:29:44','2024-02-24 15:29:44','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:29:44','2024-02-24 15:29:44','',14,'https://cdc.uinfasbengkulu.ac.id/?p=145',0,'revision','',0),(146,1,'2024-02-24 15:29:44','2024-02-24 15:29:44','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:29:44','2024-02-24 15:29:44','',13,'https://cdc.uinfasbengkulu.ac.id/?p=146',0,'revision','',0),(148,1,'2024-02-24 15:32:43','2024-02-24 15:32:43','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:32:43','2024-02-24 15:32:43','',51,'https://cdc.uinfasbengkulu.ac.id/?p=148',0,'revision','',0),(149,1,'2024-02-24 15:32:43','2024-02-24 15:32:43','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:32:43','2024-02-24 15:32:43','',34,'https://cdc.uinfasbengkulu.ac.id/?p=149',0,'revision','',0),(150,1,'2024-02-24 15:32:43','2024-02-24 15:32:43','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:32:43','2024-02-24 15:32:43','',8,'https://cdc.uinfasbengkulu.ac.id/?p=150',0,'revision','',0),(151,1,'2024-02-24 15:32:43','2024-02-24 15:32:43','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:32:43','2024-02-24 15:32:43','',6,'https://cdc.uinfasbengkulu.ac.id/?p=151',0,'revision','',0),(152,1,'2024-02-24 15:32:43','2024-02-24 15:32:43','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:32:43','2024-02-24 15:32:43','',14,'https://cdc.uinfasbengkulu.ac.id/?p=152',0,'revision','',0),(153,1,'2024-02-24 15:32:43','2024-02-24 15:32:43','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:32:43','2024-02-24 15:32:43','',13,'https://cdc.uinfasbengkulu.ac.id/?p=153',0,'revision','',0),(155,1,'2024-02-24 15:33:22','2024-02-24 15:33:22','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:33:22','2024-02-24 15:33:22','',51,'https://cdc.uinfasbengkulu.ac.id/?p=155',0,'revision','',0),(156,1,'2024-02-24 15:33:22','2024-02-24 15:33:22','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:33:22','2024-02-24 15:33:22','',34,'https://cdc.uinfasbengkulu.ac.id/?p=156',0,'revision','',0),(157,1,'2024-02-24 15:33:22','2024-02-24 15:33:22','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:33:22','2024-02-24 15:33:22','',8,'https://cdc.uinfasbengkulu.ac.id/?p=157',0,'revision','',0),(158,1,'2024-02-24 15:33:22','2024-02-24 15:33:22','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:33:22','2024-02-24 15:33:22','',6,'https://cdc.uinfasbengkulu.ac.id/?p=158',0,'revision','',0),(159,1,'2024-02-24 15:33:22','2024-02-24 15:33:22','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:33:22','2024-02-24 15:33:22','',14,'https://cdc.uinfasbengkulu.ac.id/?p=159',0,'revision','',0),(160,1,'2024-02-24 15:33:22','2024-02-24 15:33:22','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:33:22','2024-02-24 15:33:22','',13,'https://cdc.uinfasbengkulu.ac.id/?p=160',0,'revision','',0),(162,1,'2024-02-24 15:33:39','2024-02-24 15:33:39','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:33:39','2024-02-24 15:33:39','',51,'https://cdc.uinfasbengkulu.ac.id/?p=162',0,'revision','',0),(163,1,'2024-02-24 15:33:39','2024-02-24 15:33:39','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:33:39','2024-02-24 15:33:39','',34,'https://cdc.uinfasbengkulu.ac.id/?p=163',0,'revision','',0),(164,1,'2024-02-24 15:33:39','2024-02-24 15:33:39','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:33:39','2024-02-24 15:33:39','',8,'https://cdc.uinfasbengkulu.ac.id/?p=164',0,'revision','',0),(165,1,'2024-02-24 15:33:39','2024-02-24 15:33:39','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:33:39','2024-02-24 15:33:39','',6,'https://cdc.uinfasbengkulu.ac.id/?p=165',0,'revision','',0),(166,1,'2024-02-24 15:33:39','2024-02-24 15:33:39','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:33:39','2024-02-24 15:33:39','',14,'https://cdc.uinfasbengkulu.ac.id/?p=166',0,'revision','',0),(167,1,'2024-02-24 15:33:39','2024-02-24 15:33:39','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:33:39','2024-02-24 15:33:39','',13,'https://cdc.uinfasbengkulu.ac.id/?p=167',0,'revision','',0),(169,1,'2024-02-24 15:34:11','2024-02-24 15:34:11','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:34:11','2024-02-24 15:34:11','',51,'https://cdc.uinfasbengkulu.ac.id/?p=169',0,'revision','',0),(170,1,'2024-02-24 15:34:11','2024-02-24 15:34:11','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:34:11','2024-02-24 15:34:11','',34,'https://cdc.uinfasbengkulu.ac.id/?p=170',0,'revision','',0),(171,1,'2024-02-24 15:34:11','2024-02-24 15:34:11','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:34:11','2024-02-24 15:34:11','',8,'https://cdc.uinfasbengkulu.ac.id/?p=171',0,'revision','',0),(172,1,'2024-02-24 15:34:11','2024-02-24 15:34:11','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:34:11','2024-02-24 15:34:11','',6,'https://cdc.uinfasbengkulu.ac.id/?p=172',0,'revision','',0),(173,1,'2024-02-24 15:34:11','2024-02-24 15:34:11','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:34:11','2024-02-24 15:34:11','',14,'https://cdc.uinfasbengkulu.ac.id/?p=173',0,'revision','',0),(174,1,'2024-02-24 15:34:11','2024-02-24 15:34:11','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:34:11','2024-02-24 15:34:11','',13,'https://cdc.uinfasbengkulu.ac.id/?p=174',0,'revision','',0),(176,1,'2024-02-24 15:34:29','2024-02-24 15:34:29','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:34:29','2024-02-24 15:34:29','',51,'https://cdc.uinfasbengkulu.ac.id/?p=176',0,'revision','',0),(177,1,'2024-02-24 15:34:29','2024-02-24 15:34:29','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:34:29','2024-02-24 15:34:29','',34,'https://cdc.uinfasbengkulu.ac.id/?p=177',0,'revision','',0),(178,1,'2024-02-24 15:34:29','2024-02-24 15:34:29','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:34:29','2024-02-24 15:34:29','',8,'https://cdc.uinfasbengkulu.ac.id/?p=178',0,'revision','',0),(179,1,'2024-02-24 15:34:29','2024-02-24 15:34:29','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:34:29','2024-02-24 15:34:29','',6,'https://cdc.uinfasbengkulu.ac.id/?p=179',0,'revision','',0),(180,1,'2024-02-24 15:34:29','2024-02-24 15:34:29','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:34:29','2024-02-24 15:34:29','',14,'https://cdc.uinfasbengkulu.ac.id/?p=180',0,'revision','',0),(181,1,'2024-02-24 15:34:29','2024-02-24 15:34:29','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:34:29','2024-02-24 15:34:29','',13,'https://cdc.uinfasbengkulu.ac.id/?p=181',0,'revision','',0),(183,1,'2024-02-24 15:34:52','2024-02-24 15:34:52','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:34:52','2024-02-24 15:34:52','',51,'https://cdc.uinfasbengkulu.ac.id/?p=183',0,'revision','',0),(184,1,'2024-02-24 15:34:52','2024-02-24 15:34:52','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:34:52','2024-02-24 15:34:52','',34,'https://cdc.uinfasbengkulu.ac.id/?p=184',0,'revision','',0),(185,1,'2024-02-24 15:34:52','2024-02-24 15:34:52','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:34:52','2024-02-24 15:34:52','',8,'https://cdc.uinfasbengkulu.ac.id/?p=185',0,'revision','',0),(186,1,'2024-02-24 15:34:52','2024-02-24 15:34:52','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:34:52','2024-02-24 15:34:52','',6,'https://cdc.uinfasbengkulu.ac.id/?p=186',0,'revision','',0),(187,1,'2024-02-24 15:34:52','2024-02-24 15:34:52','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:34:52','2024-02-24 15:34:52','',14,'https://cdc.uinfasbengkulu.ac.id/?p=187',0,'revision','',0),(188,1,'2024-02-24 15:34:52','2024-02-24 15:34:52','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:34:52','2024-02-24 15:34:52','',13,'https://cdc.uinfasbengkulu.ac.id/?p=188',0,'revision','',0); INSERT INTO `wp_posts` VALUES (190,1,'2024-02-24 15:35:50','2024-02-24 15:35:50','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":89,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":99,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-24 15:35:50','2024-02-24 15:35:50','',51,'https://cdc.uinfasbengkulu.ac.id/?p=190',0,'revision','',0),(191,1,'2024-02-24 15:35:50','2024-02-24 15:35:50','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-24 15:35:50','2024-02-24 15:35:50','',34,'https://cdc.uinfasbengkulu.ac.id/?p=191',0,'revision','',0),(192,1,'2024-02-24 15:35:50','2024-02-24 15:35:50','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-24 15:35:50','2024-02-24 15:35:50','',8,'https://cdc.uinfasbengkulu.ac.id/?p=192',0,'revision','',0),(193,1,'2024-02-24 15:35:50','2024-02-24 15:35:50','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-24 15:35:50','2024-02-24 15:35:50','',6,'https://cdc.uinfasbengkulu.ac.id/?p=193',0,'revision','',0),(194,1,'2024-02-24 15:35:50','2024-02-24 15:35:50','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-24 15:35:50','2024-02-24 15:35:50','',14,'https://cdc.uinfasbengkulu.ac.id/?p=194',0,'revision','',0),(195,1,'2024-02-24 15:35:50','2024-02-24 15:35:50','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-24 15:35:50','2024-02-24 15:35:50','',13,'https://cdc.uinfasbengkulu.ac.id/?p=195',0,'revision','',0),(196,1,'2024-02-24 15:37:30','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2024-02-24 15:37:30','0000-00-00 00:00:00','',0,'https://cdc.uinfasbengkulu.ac.id/?p=196',1,'nav_menu_item','',0),(203,1,'2024-02-25 01:04:38','2024-02-25 01:04:38','https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg','cropped-revol.jpg','','inherit','open','closed','','cropped-revol-jpg','','','2024-02-25 01:04:38','2024-02-25 01:04:38','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg',0,'attachment','image/jpeg',0),(204,1,'2024-02-25 01:05:11','2024-02-25 01:05:11','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-scaled-1-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":198,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:05:11','2024-02-25 01:05:11','',51,'https://cdc.uinfasbengkulu.ac.id/?p=204',0,'revision','',0),(205,1,'2024-02-25 01:05:11','2024-02-25 01:05:11','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-scaled-1-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol-150x150.jpg\" class=\"style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:05:11','2024-02-25 01:05:11','',34,'https://cdc.uinfasbengkulu.ac.id/?p=205',0,'revision','',0),(206,1,'2024-02-25 01:05:11','2024-02-25 01:05:11','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:05:11','2024-02-25 01:05:11','',8,'https://cdc.uinfasbengkulu.ac.id/?p=206',0,'revision','',0),(207,1,'2024-02-25 01:05:11','2024-02-25 01:05:11','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:05:11','2024-02-25 01:05:11','',6,'https://cdc.uinfasbengkulu.ac.id/?p=207',0,'revision','',0),(208,1,'2024-02-25 01:05:11','2024-02-25 01:05:11','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:05:11','2024-02-25 01:05:11','',14,'https://cdc.uinfasbengkulu.ac.id/?p=208',0,'revision','',0),(209,1,'2024-02-25 01:05:11','2024-02-25 01:05:11','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:05:11','2024-02-25 01:05:11','',13,'https://cdc.uinfasbengkulu.ac.id/?p=209',0,'revision','',0),(211,1,'2024-02-25 01:05:32','2024-02-25 01:05:32','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-arif-scaled-1-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":198,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi-150x150.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:05:32','2024-02-25 01:05:32','',51,'https://cdc.uinfasbengkulu.ac.id/?p=211',0,'revision','',0),(212,1,'2024-02-25 01:05:32','2024-02-25 01:05:32','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-scaled-1-150x150.jpg\" class=\"style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi-150x150.jpg\" class=\"style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:05:32','2024-02-25 01:05:32','',34,'https://cdc.uinfasbengkulu.ac.id/?p=212',0,'revision','',0),(213,1,'2024-02-25 01:05:32','2024-02-25 01:05:32','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:05:32','2024-02-25 01:05:32','',8,'https://cdc.uinfasbengkulu.ac.id/?p=213',0,'revision','',0),(214,1,'2024-02-25 01:05:32','2024-02-25 01:05:32','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:05:32','2024-02-25 01:05:32','',6,'https://cdc.uinfasbengkulu.ac.id/?p=214',0,'revision','',0),(215,1,'2024-02-25 01:05:32','2024-02-25 01:05:32','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:05:32','2024-02-25 01:05:32','',14,'https://cdc.uinfasbengkulu.ac.id/?p=215',0,'revision','',0),(216,1,'2024-02-25 01:05:32','2024-02-25 01:05:32','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:05:32','2024-02-25 01:05:32','',13,'https://cdc.uinfasbengkulu.ac.id/?p=216',0,'revision','',0),(218,1,'2024-02-25 01:06:03','2024-02-25 01:06:03','https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-arif-scaled-1.jpg','arif','','inherit','open','closed','','arif','','','2024-02-25 01:06:03','2024-02-25 01:06:03','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg',0,'attachment','image/jpeg',0),(219,1,'2024-02-25 01:07:05','2024-02-25 01:07:05','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:07:05','2024-02-25 01:07:05','',51,'https://cdc.uinfasbengkulu.ac.id/?p=219',0,'revision','',0),(220,1,'2024-02-25 01:07:05','2024-02-25 01:07:05','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:07:05','2024-02-25 01:07:05','',34,'https://cdc.uinfasbengkulu.ac.id/?p=220',0,'revision','',0),(221,1,'2024-02-25 01:07:05','2024-02-25 01:07:05','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:07:05','2024-02-25 01:07:05','',8,'https://cdc.uinfasbengkulu.ac.id/?p=221',0,'revision','',0),(222,1,'2024-02-25 01:07:05','2024-02-25 01:07:05','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:07:05','2024-02-25 01:07:05','',6,'https://cdc.uinfasbengkulu.ac.id/?p=222',0,'revision','',0),(223,1,'2024-02-25 01:07:05','2024-02-25 01:07:05','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:07:05','2024-02-25 01:07:05','',14,'https://cdc.uinfasbengkulu.ac.id/?p=223',0,'revision','',0),(224,1,'2024-02-25 01:07:05','2024-02-25 01:07:05','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:07:05','2024-02-25 01:07:05','',13,'https://cdc.uinfasbengkulu.ac.id/?p=224',0,'revision','',0),(226,1,'2024-02-25 01:07:30','2024-02-25 01:07:30','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:07:30','2024-02-25 01:07:30','',51,'https://cdc.uinfasbengkulu.ac.id/?p=226',0,'revision','',0),(227,1,'2024-02-25 01:07:30','2024-02-25 01:07:30','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg"); background-position: center center;\">\n <div class=\"resize-triggers\">\n <div class=\"expand-trigger\">\n <div style=\"width: 1px; height: 1px;\"></div>\n </div>\n <div class=\"contract-trigger\"></div>\n </div>\n </div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:07:30','2024-02-25 01:07:30','',34,'https://cdc.uinfasbengkulu.ac.id/?p=227',0,'revision','',0),(228,1,'2024-02-25 01:07:30','2024-02-25 01:07:30','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:07:30','2024-02-25 01:07:30','',8,'https://cdc.uinfasbengkulu.ac.id/?p=228',0,'revision','',0),(229,1,'2024-02-25 01:07:30','2024-02-25 01:07:30','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:07:30','2024-02-25 01:07:30','',6,'https://cdc.uinfasbengkulu.ac.id/?p=229',0,'revision','',0),(230,1,'2024-02-25 01:07:30','2024-02-25 01:07:30','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:07:30','2024-02-25 01:07:30','',14,'https://cdc.uinfasbengkulu.ac.id/?p=230',0,'revision','',0),(231,1,'2024-02-25 01:07:30','2024-02-25 01:07:30','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:07:30','2024-02-25 01:07:30','',13,'https://cdc.uinfasbengkulu.ac.id/?p=231',0,'revision','',0),(233,1,'2024-02-25 01:09:07','2024-02-25 01:09:07','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:09:07','2024-02-25 01:09:07','',51,'https://cdc.uinfasbengkulu.ac.id/?p=233',0,'revision','',0),(234,1,'2024-02-25 01:09:07','2024-02-25 01:09:07','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:09:07','2024-02-25 01:09:07','',34,'https://cdc.uinfasbengkulu.ac.id/?p=234',0,'revision','',0),(235,1,'2024-02-25 01:09:07','2024-02-25 01:09:07','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:09:07','2024-02-25 01:09:07','',8,'https://cdc.uinfasbengkulu.ac.id/?p=235',0,'revision','',0),(236,1,'2024-02-25 01:09:07','2024-02-25 01:09:07','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:09:07','2024-02-25 01:09:07','',6,'https://cdc.uinfasbengkulu.ac.id/?p=236',0,'revision','',0),(237,1,'2024-02-25 01:09:07','2024-02-25 01:09:07','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:09:07','2024-02-25 01:09:07','',14,'https://cdc.uinfasbengkulu.ac.id/?p=237',0,'revision','',0),(238,1,'2024-02-25 01:09:07','2024-02-25 01:09:07','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:09:07','2024-02-25 01:09:07','',13,'https://cdc.uinfasbengkulu.ac.id/?p=238',0,'revision','',0),(240,1,'2024-02-25 01:09:49','2024-02-25 01:09:49','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":47,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:09:49','2024-02-25 01:09:49','',51,'https://cdc.uinfasbengkulu.ac.id/?p=240',0,'revision','',0),(241,1,'2024-02-25 01:09:49','2024-02-25 01:09:49','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:09:49','2024-02-25 01:09:49','',34,'https://cdc.uinfasbengkulu.ac.id/?p=241',0,'revision','',0),(242,1,'2024-02-25 01:09:49','2024-02-25 01:09:49','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:09:49','2024-02-25 01:09:49','',8,'https://cdc.uinfasbengkulu.ac.id/?p=242',0,'revision','',0),(243,1,'2024-02-25 01:09:49','2024-02-25 01:09:49','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:09:49','2024-02-25 01:09:49','',6,'https://cdc.uinfasbengkulu.ac.id/?p=243',0,'revision','',0),(244,1,'2024-02-25 01:09:49','2024-02-25 01:09:49','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:09:49','2024-02-25 01:09:49','',14,'https://cdc.uinfasbengkulu.ac.id/?p=244',0,'revision','',0),(245,1,'2024-02-25 01:09:49','2024-02-25 01:09:49','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:09:49','2024-02-25 01:09:49','',13,'https://cdc.uinfasbengkulu.ac.id/?p=245',0,'revision','',0),(247,1,'2024-02-25 01:12:07','2024-02-25 01:12:07','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:12:07','2024-02-25 01:12:07','',51,'https://cdc.uinfasbengkulu.ac.id/?p=247',0,'revision','',0),(248,1,'2024-02-25 01:12:07','2024-02-25 01:12:07','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:12:07','2024-02-25 01:12:07','',34,'https://cdc.uinfasbengkulu.ac.id/?p=248',0,'revision','',0),(249,1,'2024-02-25 01:12:07','2024-02-25 01:12:07','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:12:07','2024-02-25 01:12:07','',8,'https://cdc.uinfasbengkulu.ac.id/?p=249',0,'revision','',0),(250,1,'2024-02-25 01:12:07','2024-02-25 01:12:07','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:12:07','2024-02-25 01:12:07','',6,'https://cdc.uinfasbengkulu.ac.id/?p=250',0,'revision','',0),(251,1,'2024-02-25 01:12:07','2024-02-25 01:12:07','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:12:07','2024-02-25 01:12:07','',14,'https://cdc.uinfasbengkulu.ac.id/?p=251',0,'revision','',0),(252,1,'2024-02-25 01:12:07','2024-02-25 01:12:07','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:12:07','2024-02-25 01:12:07','',13,'https://cdc.uinfasbengkulu.ac.id/?p=252',0,'revision','',0),(254,1,'2024-02-25 01:12:39','2024-02-25 01:12:39','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:12:39','2024-02-25 01:12:39','',51,'https://cdc.uinfasbengkulu.ac.id/?p=254',0,'revision','',0),(255,1,'2024-02-25 01:12:39','2024-02-25 01:12:39','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:12:39','2024-02-25 01:12:39','',34,'https://cdc.uinfasbengkulu.ac.id/?p=255',0,'revision','',0),(256,1,'2024-02-25 01:12:39','2024-02-25 01:12:39','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:12:39','2024-02-25 01:12:39','',8,'https://cdc.uinfasbengkulu.ac.id/?p=256',0,'revision','',0),(257,1,'2024-02-25 01:12:39','2024-02-25 01:12:39','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:12:39','2024-02-25 01:12:39','',6,'https://cdc.uinfasbengkulu.ac.id/?p=257',0,'revision','',0),(258,1,'2024-02-25 01:12:39','2024-02-25 01:12:39','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:12:39','2024-02-25 01:12:39','',14,'https://cdc.uinfasbengkulu.ac.id/?p=258',0,'revision','',0),(259,1,'2024-02-25 01:12:39','2024-02-25 01:12:39','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:12:39','2024-02-25 01:12:39','',13,'https://cdc.uinfasbengkulu.ac.id/?p=259',0,'revision','',0),(261,1,'2024-02-25 01:12:51','2024-02-25 01:12:51','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:12:51','2024-02-25 01:12:51','',51,'https://cdc.uinfasbengkulu.ac.id/?p=261',0,'revision','',0),(262,1,'2024-02-25 01:12:51','2024-02-25 01:12:51','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:12:51','2024-02-25 01:12:51','',34,'https://cdc.uinfasbengkulu.ac.id/?p=262',0,'revision','',0),(263,1,'2024-02-25 01:12:51','2024-02-25 01:12:51','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:12:51','2024-02-25 01:12:51','',8,'https://cdc.uinfasbengkulu.ac.id/?p=263',0,'revision','',0); INSERT INTO `wp_posts` VALUES (264,1,'2024-02-25 01:12:51','2024-02-25 01:12:51','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:12:51','2024-02-25 01:12:51','',6,'https://cdc.uinfasbengkulu.ac.id/?p=264',0,'revision','',0),(265,1,'2024-02-25 01:12:51','2024-02-25 01:12:51','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:12:51','2024-02-25 01:12:51','',14,'https://cdc.uinfasbengkulu.ac.id/?p=265',0,'revision','',0),(266,1,'2024-02-25 01:12:51','2024-02-25 01:12:51','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:12:51','2024-02-25 01:12:51','',13,'https://cdc.uinfasbengkulu.ac.id/?p=266',0,'revision','',0),(268,1,'2024-02-25 01:13:00','2024-02-25 01:13:00','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:13:00','2024-02-25 01:13:00','',51,'https://cdc.uinfasbengkulu.ac.id/?p=268',0,'revision','',0),(269,1,'2024-02-25 01:13:00','2024-02-25 01:13:00','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:13:00','2024-02-25 01:13:00','',34,'https://cdc.uinfasbengkulu.ac.id/?p=269',0,'revision','',0),(270,1,'2024-02-25 01:13:00','2024-02-25 01:13:00','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:13:00','2024-02-25 01:13:00','',8,'https://cdc.uinfasbengkulu.ac.id/?p=270',0,'revision','',0),(271,1,'2024-02-25 01:13:00','2024-02-25 01:13:00','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:13:00','2024-02-25 01:13:00','',6,'https://cdc.uinfasbengkulu.ac.id/?p=271',0,'revision','',0),(272,1,'2024-02-25 01:13:01','2024-02-25 01:13:01','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:13:01','2024-02-25 01:13:01','',14,'https://cdc.uinfasbengkulu.ac.id/?p=272',0,'revision','',0),(273,1,'2024-02-25 01:13:01','2024-02-25 01:13:01','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:13:01','2024-02-25 01:13:01','',13,'https://cdc.uinfasbengkulu.ac.id/?p=273',0,'revision','',0),(274,1,'2024-02-25 01:17:10','0000-00-00 00:00:00','','TRACER STUDY','','draft','closed','closed','','','','','2024-02-25 01:17:10','0000-00-00 00:00:00','',0,'https://cdc.uinfasbengkulu.ac.id/?p=274',1,'nav_menu_item','',0),(275,1,'2024-02-25 01:18:00','2024-02-25 01:18:00','','TRACER STUDY','','publish','closed','closed','','tracer-study','','','2024-02-25 01:18:00','2024-02-25 01:18:00','',0,'https://cdc.uinfasbengkulu.ac.id/?page_id=275',0,'page','',0),(276,1,'2024-02-25 01:18:27','2024-02-25 01:18:27','','CAREER CONSULTATION','','publish','closed','closed','','carierr-consultation','','','2024-02-28 06:34:10','2024-02-28 06:34:10','',0,'https://cdc.uinfasbengkulu.ac.id/?page_id=276',0,'page','',0),(277,1,'2024-02-25 01:18:00','2024-02-25 01:18:00','','TRACER STUDY','','inherit','closed','closed','','275-revision-v1','','','2024-02-25 01:18:00','2024-02-25 01:18:00','',275,'https://cdc.uinfasbengkulu.ac.id/?p=277',0,'revision','',0),(278,1,'2024-02-25 01:18:27','2024-02-25 01:18:27','','CARIERR CONSULTATION','','inherit','closed','closed','','276-revision-v1','','','2024-02-25 01:18:27','2024-02-25 01:18:27','',276,'https://cdc.uinfasbengkulu.ac.id/?p=278',0,'revision','',0),(279,1,'2024-02-25 01:20:23','2024-02-25 01:19:39','','JOB SEEKER','','publish','closed','closed','','job-seeker','','','2024-02-25 01:20:23','2024-02-25 01:20:23','',0,'https://cdc.uinfasbengkulu.ac.id/?p=279',2,'nav_menu_item','',0),(280,1,'2024-02-25 01:20:23','2024-02-25 01:20:23',' ','','','publish','closed','closed','','280','','','2024-02-25 01:20:23','2024-02-25 01:20:23','',0,'https://cdc.uinfasbengkulu.ac.id/?p=280',3,'nav_menu_item','',0),(281,1,'2024-02-25 01:20:23','2024-02-25 01:20:23',' ','','','publish','closed','closed','','281','','','2024-02-25 01:20:23','2024-02-25 01:20:23','',0,'https://cdc.uinfasbengkulu.ac.id/?p=281',4,'nav_menu_item','',0),(282,1,'2024-02-25 01:21:39','2024-02-25 01:21:39','','LOGO','','inherit','open','closed','','logo','','','2024-02-25 01:21:39','2024-02-25 01:21:39','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/LOGO.png',0,'attachment','image/png',0),(283,1,'2024-02-25 01:21:49','2024-02-25 01:21:49','https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-LOGO.png','cropped-LOGO.png','','inherit','open','closed','','cropped-logo-png','','','2024-02-25 01:21:49','2024-02-25 01:21:49','',0,'https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-LOGO.png',0,'attachment','image/png',0),(285,1,'2024-02-25 01:21:53','2024-02-25 01:21:53','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\\\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala Pusat<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-25 01:21:53','2024-02-25 01:21:53','',51,'https://cdc.uinfasbengkulu.ac.id/?p=285',0,'revision','',0),(286,1,'2024-02-25 01:21:53','2024-02-25 01:21:53','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans", sans-serif; color: rgb(128, 128, 128);\">Urgensi dibentuknya pusat pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala Pusat</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-25 01:21:53','2024-02-25 01:21:53','',34,'https://cdc.uinfasbengkulu.ac.id/?p=286',0,'revision','',0),(287,1,'2024-02-25 01:21:53','2024-02-25 01:21:53','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Carierr Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-25 01:21:53','2024-02-25 01:21:53','',8,'https://cdc.uinfasbengkulu.ac.id/?p=287',0,'revision','',0),(288,1,'2024-02-25 01:21:53','2024-02-25 01:21:53','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Carierr Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-25 01:21:53','2024-02-25 01:21:53','',6,'https://cdc.uinfasbengkulu.ac.id/?p=288',0,'revision','',0),(289,1,'2024-02-25 01:21:53','2024-02-25 01:21:53','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-25 01:21:53','2024-02-25 01:21:53','',14,'https://cdc.uinfasbengkulu.ac.id/?p=289',0,'revision','',0),(290,1,'2024-02-25 01:21:53','2024-02-25 01:21:53','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-25 01:21:53','2024-02-25 01:21:53','',13,'https://cdc.uinfasbengkulu.ac.id/?p=290',0,'revision','',0),(292,1,'2024-02-28 06:34:10','2024-02-28 06:34:10','','CAREER CONSULTATION','','inherit','closed','closed','','276-revision-v1','','','2024-02-28 06:34:10','2024-02-28 06:34:10','',276,'https://cdc.uinfasbengkulu.ac.id/?p=292',0,'revision','',0),(294,1,'2024-02-28 06:36:46','2024-02-28 06:36:46','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c4\",\"parentId\":\"34-c3\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c6\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":192,\"props\":{\"name\":\"icons8-line-awesome\\/link\"},\"slot\":null,\"parentId\":\"34-c6\",\"index\":0,\"id\":\"34-c7\",\"partialId\":34,\"type\":\"content\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c6\",\"index\":1,\"id\":\"34-c8\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Job Opportunity\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c10\",\"parentId\":\"34-c9\",\"partialId\":34,\"styleRef\":196,\"type\":\"content\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c6\",\"index\":3,\"id\":\"34-c9\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c11\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":197,\"props\":{\"name\":\"font-awesome\\/list-ul\"},\"slot\":null,\"parentId\":\"34-c11\",\"index\":0,\"id\":\"34-c12\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c11\",\"index\":1,\"id\":\"34-c13\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Tracer Study\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c15\",\"parentId\":\"34-c14\",\"partialId\":34,\"styleRef\":198,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c11\",\"index\":3,\"id\":\"34-c14\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c16\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":199,\"props\":{\"name\":\"font-awesome\\/building-o\"},\"slot\":null,\"parentId\":\"34-c16\",\"index\":0,\"id\":\"34-c17\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c16\",\"index\":1,\"id\":\"34-c18\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Scholarship\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c20\",\"parentId\":\"34-c19\",\"partialId\":34,\"styleRef\":200,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c16\",\"index\":3,\"id\":\"34-c19\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"},{\"name\":\"hop-column\",\"id\":\"34-c21\",\"parentId\":\"34-c5\",\"partialId\":34,\"children\":[{\"name\":\"hop-icon\",\"styleRef\":201,\"props\":{\"name\":\"font-awesome\\/newspaper-o\"},\"slot\":null,\"parentId\":\"34-c21\",\"index\":0,\"id\":\"34-c22\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c8\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c21\",\"index\":1,\"id\":\"34-c23\",\"partialId\":34,\"styleRef\":193,\"type\":\"content\",\"props\":{\"content\":\"Latest News\"}},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"34-c25\",\"parentId\":\"34-c24\",\"partialId\":34,\"styleRef\":202,\"type\":\"content\",\"domuuid\":\"34-c12\",\"props\":{\"text\":\"learn more\"}}],\"slot\":null,\"parentId\":\"34-c21\",\"index\":3,\"id\":\"34-c24\",\"partialId\":34,\"styleRef\":195,\"type\":\"content\"}],\"styleRef\":191,\"type\":\"content\",\"domuuid\":\"34-c197\"}],\"slot\":null,\"parentId\":\"34-c4\",\"index\":0,\"id\":\"34-c5\",\"partialId\":34,\"styleRef\":190,\"type\":\"content\"}],\"styleRef\":189,\"type\":\"content\"}],\"parentId\":\"34-c2\",\"index\":0,\"id\":\"34-c3\",\"partialId\":34,\"styleRef\":188,\"type\":\"content\"}],\"id\":\"34-c2\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":187,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":43,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"34-c28\",\"parentId\":\"34-c27\",\"partialId\":34,\"styleRef\":326,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"57\",\"unit\":\"%\"}}}}},\"id\":\"34-c29\",\"parentId\":\"34-c27\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"34-c29\",\"index\":0,\"id\":\"34-c30\",\"partialId\":34,\"styleRef\":328,\"type\":\"content\",\"props\":{\"content\":\"CDC UIN FaS Bengkulu Goal\'s\"}},{\"name\":\"hop-text\",\"parentId\":\"34-c29\",\"index\":2,\"id\":\"34-c31\",\"partialId\":34,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(128, 128, 128); font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 400;\\\">Urgensi dibentuknya UPT pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).<\\/span><\\/p>\"}}],\"styleRef\":327,\"type\":\"content\"}],\"id\":\"34-c27\",\"parentId\":\"34-c26\",\"partialId\":34,\"styleRef\":325,\"type\":\"content\"}],\"id\":\"34-c26\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":324,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c34\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"styleRef\":271,\"slot\":null,\"parentId\":\"34-c34\",\"index\":0,\"id\":\"34-c35\",\"partialId\":34,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c36\",\"parentId\":\"34-c35\",\"partialId\":34,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c37\",\"parentId\":\"34-c35\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":0,\"id\":\"34-c38\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-cropped-arif-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":218,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":195}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":1,\"id\":\"34-c39\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"M. Arif Rahman Hakim\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c37\",\"index\":2,\"id\":\"34-c40\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Kepala UPT<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/m.arifrahmanhakim15\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":278,\"slot\":null,\"parentId\":\"34-c37\",\"index\":5,\"id\":\"34-c41\",\"partialId\":34,\"type\":\"content\"}],\"styleRef\":273,\"type\":\"content\"}]}],\"styleRef\":270,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c42\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c42\",\"index\":0,\"id\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c44\",\"parentId\":\"34-c43\",\"partialId\":34,\"styleRef\":279,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c45\",\"parentId\":\"34-c43\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":0,\"id\":\"34-c46\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-revol.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":203,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":1,\"id\":\"34-c47\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yashori Revola\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c45\",\"index\":2,\"id\":\"34-c48\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf Sekretariat & Publikasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/profile.php?id=100000848843473\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":280,\"slot\":null,\"parentId\":\"34-c45\",\"index\":5,\"id\":\"34-c49\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"},{\"name\":\"hop-column\",\"id\":\"34-c50\",\"parentId\":\"34-c33\",\"partialId\":34,\"children\":[{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c50\",\"index\":0,\"id\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c52\",\"parentId\":\"34-c51\",\"partialId\":34,\"styleRef\":281,\"type\":\"content\",\"domuuid\":\"34-c125\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c53\",\"parentId\":\"34-c51\",\"partialId\":34,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":0,\"id\":\"34-c54\",\"partialId\":34,\"styleRef\":274,\"type\":\"content\",\"domuuid\":\"34-c127\",\"props\":{\"url\":\"https:\\/\\/cdc.uinfasbengkulu.ac.id\\/wp-content\\/uploads\\/2024\\/02\\/cropped-yogi.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":101,\"size\":\"\",\"useCustomSize\":true},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"195\"},\"maxHeight\":{\"value\":\"195\"}}}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":1,\"id\":\"34-c55\",\"partialId\":34,\"styleRef\":275,\"type\":\"content\",\"domuuid\":\"34-c128\",\"props\":{\"content\":\"Yogi Kurniawan\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"34-c53\",\"index\":2,\"id\":\"34-c56\",\"partialId\":34,\"styleRef\":276,\"type\":\"content\",\"domuuid\":\"34-c129\",\"props\":{\"content\":\"<p>Staf IT & Administrasi<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.facebook.com\\/Dyogikurniawan\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"styleRef\":282,\"slot\":null,\"parentId\":\"34-c53\",\"index\":5,\"id\":\"34-c57\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c169\"}],\"styleRef\":273,\"type\":\"content\",\"domuuid\":\"34-c126\"}],\"styleRef\":271,\"type\":\"content\",\"domuuid\":\"34-c124\"}],\"styleRef\":270,\"type\":\"content\",\"domuuid\":\"34-c120\"}],\"id\":\"34-c33\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":269,\"type\":\"content\"}],\"id\":\"34-c32\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Our team\"},\"id\":\"34-c60\",\"parentId\":\"34-c59\",\"partialId\":34,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"34-c59\",\"parentId\":\"34-c58\",\"partialId\":34,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"34-c58\",\"parentId\":\"34-c32\",\"partialId\":34,\"styleRef\":285,\"type\":\"content\"}]},\"styleRef\":268,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"numbers\",\"attrs\":{\"id\":\"numbers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"34-c63\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"styleRef\":292,\"props\":{\"content\":\"230\"},\"slot\":null,\"parentId\":\"34-c63\",\"index\":0,\"id\":\"34-c64\",\"partialId\":34,\"type\":\"content\",\"domuuid\":\"34-c191\"},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c63\",\"index\":1,\"id\":\"34-c65\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"projects\"}}],\"styleRef\":291,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c66\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":0,\"id\":\"34-c67\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"props\":{\"content\":\"75,340\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c66\",\"index\":1,\"id\":\"34-c68\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"props\":{\"content\":\"worked hours\"}}],\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"34-c69\",\"parentId\":\"34-c62\",\"partialId\":34,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":0,\"id\":\"34-c70\",\"partialId\":34,\"styleRef\":292,\"type\":\"content\",\"domuuid\":\"34-c191\",\"props\":{\"content\":\"25\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"34-c69\",\"index\":1,\"id\":\"34-c71\",\"partialId\":34,\"styleRef\":293,\"type\":\"content\",\"domuuid\":\"34-c192\",\"props\":{\"content\":\"employees\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"34-c62\",\"parentId\":\"34-c61\",\"partialId\":34,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"34-c61\",\"parentId\":\"34-c1\",\"partialId\":34,\"styleRef\":289,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"latest posts\",\"attrs\":{\"id\":\"latest-posts\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c74\",\"parentId\":\"34-c73\",\"partialId\":34,\"children\":[{\"name\":\"hop-blog-list\",\"styleRef\":299,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"34-c74\",\"index\":0,\"id\":\"34-c75\",\"partialId\":34,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"34-c77\",\"parentId\":\"34-c76\",\"partialId\":34,\"styleRef\":301,\"type\":\"content\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"slot\":null,\"parentId\":\"34-c76\",\"index\":1,\"id\":\"34-c78\",\"partialId\":34,\"styleRef\":302,\"type\":\"content\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"34-c79\",\"parentId\":\"34-c78\",\"partialId\":34,\"styleRef\":303,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":1,\"id\":\"34-c80\",\"partialId\":34,\"styleRef\":304,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c81\",\"partialId\":34,\"styleRef\":305,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"34-c83\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"34-c83\",\"index\":3,\"id\":\"34-c84\",\"partialId\":34,\"styleRef\":308,\"type\":\"content\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"comment(s)\",\"suffix\":\"\"}],\"separator\":\"|\"}}],\"styleRef\":307,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-c85\",\"parentId\":\"34-c82\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more...\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-c87\",\"parentId\":\"34-c86\",\"partialId\":34,\"styleRef\":311,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c85\",\"index\":5,\"id\":\"34-c86\",\"partialId\":34,\"styleRef\":310,\"type\":\"content\"}],\"styleRef\":309,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"34-c79\",\"index\":3,\"id\":\"34-c82\",\"partialId\":34,\"styleRef\":306,\"type\":\"content\"}]}]}],\"id\":\"34-c76\",\"parentId\":\"34-c75\",\"partialId\":34,\"styleRef\":300,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]}}],\"styleRef\":298,\"type\":\"content\"}],\"id\":\"34-c73\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":297,\"type\":\"content\"}],\"id\":\"34-c72\",\"parentId\":\"34-c1\",\"partialId\":34,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Latest news\"},\"id\":\"34-c90\",\"parentId\":\"34-c89\",\"partialId\":34,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"34-c89\",\"parentId\":\"34-c88\",\"partialId\":34,\"styleRef\":313,\"type\":\"content\"}],\"id\":\"34-c88\",\"parentId\":\"34-c72\",\"partialId\":34,\"styleRef\":312,\"type\":\"content\"}]},\"styleRef\":296,\"type\":\"content\"}],\"id\":\"34-c1\",\"partialId\":34,\"styleRef\":186,\"type\":\"content\"}','','','inherit','closed','closed','','51-revision-v1','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',51,'https://cdc.uinfasbengkulu.ac.id/?p=294',0,'revision','',0),(295,1,'2024-02-28 06:36:46','2024-02-28 06:36:46','<div data-colibri-id=\"34-c1\" class=\"style-186 style-local-34-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-187 style-local-34-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-188 style-local-34-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-189-outer style-local-34-c4-outer\">\n <div data-colibri-id=\"34-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-189 style-local-34-c4 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-190 style-local-34-c5 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c6-outer\">\n <div data-colibri-id=\"34-c6\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c7\" class=\"h-icon style-192 style-local-34-c7 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-192-icon style-local-34-c7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"link\" viewBox=\"0 0 512 545.5\"><path d=\"M348 96c26.736 0 51.603 10.572 70.5 29.5 18.912 18.912 29.5 43.764 29.5 70.5s-10.588 52.088-29.5 71L395 290.5c-18.896 18.928-44.264 29.5-71 29.5-12.688 0-25.044-2.44-36.5-7l26-26c3.44.608 6.916 1 10.5 1 18.208 0 35.62-7.12 48.5-20l23.5-23.5c26.56-26.56 26.56-69.956 0-96.5-12.864-12.88-29.808-20-48-20-18.208 0-35.636 7.104-48.5 20L276 171.5c-15.952 15.935-22.264 38.28-19 59l-26 26c-4.56-11.456-7-23.796-7-36.5 0-26.736 10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5zm-39.5 116.5l23 23-128 128-23-23zM188 256c12.688 0 25.044 2.44 36.5 7l-26 26c-3.44-.608-6.916-1-10.5-1-18.208 0-35.62 7.12-48.5 20L116 331.5c-26.56 26.56-26.56 69.956 0 96.5 12.864 12.88 29.808 20 48 20 18.208 0 35.636-7.104 48.5-20l23.5-23.5c15.952-15.935 22.264-38.28 19-59l26-26c4.56 11.456 7 23.796 7 36.5 0 26.736-10.588 52.088-29.5 71L235 450.5c-18.896 18.928-44.264 29.5-71 29.5s-51.603-10.572-70.5-29.5C74.588 431.588 64 406.736 64 380s10.588-52.088 29.5-71l23.5-23.5c18.896-18.928 44.264-29.5 71-29.5z\"></path></svg></span></div>\n <div\n data-colibri-id=\"34-c8\" class=\"h-global-transition-all h-heading style-193 style-local-34-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c8\">\n <!---->\n <!---->\n <h4 class=\"\">Job Opportunity</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c9\" class=\"h-x-container style-195 style-local-34-c9 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c9-group style-195-spacing style-local-34-c9-spacing\"><span class=\"h-button__outer style-196-outer style-local-34-c10-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c10\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-196 style-local-34-c10 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c11-outer\">\n <div data-colibri-id=\"34-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c12\" class=\"h-icon style-197 style-local-34-c12 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-197-icon style-local-34-c12-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"list-ul\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c13\" class=\"h-global-transition-all h-heading style-193 style-local-34-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c13\">\n <!---->\n <!---->\n <h4 class=\"\">Tracer Study</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c14\" class=\"h-x-container style-195 style-local-34-c14 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c14-group style-195-spacing style-local-34-c14-spacing\"><span class=\"h-button__outer style-198-outer style-local-34-c15-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c15\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-198 style-local-34-c15 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c16-outer\">\n <div data-colibri-id=\"34-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c17\" class=\"h-icon style-199 style-local-34-c17 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-199-icon style-local-34-c17-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"building-o\" viewBox=\"0 0 1552.451 1896.0833\">\n <path d=\"M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c18\" class=\"h-global-transition-all h-heading style-193 style-local-34-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Scholarship</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c19\" class=\"h-x-container style-195 style-local-34-c19 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c19-group style-195-spacing style-local-34-c19-spacing\"><span class=\"h-button__outer style-200-outer style-local-34-c20-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c20\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-200 style-local-34-c20 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-191-outer style-local-34-c21-outer\">\n <div data-colibri-id=\"34-c21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-191 style-local-34-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c22\" class=\"h-icon style-201 style-local-34-c22 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-201-icon style-local-34-c22-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"newspaper-o\" viewBox=\"0 0 2048 1896.0833\">\n <path d=\"M1024 512H640v384h384V512zm128 640v128H512v-128h640zm0-768v640H512V384h640zm640 768v128h-512v-128h512zm0-256v128h-512V896h512zm0-256v128h-512V640h512zm0-256v128h-512V384h512zM256 1344V384H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V256H384v1088q0 33-11 64h1483q26 0 45-19t19-45zm128-1216v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1344V256h256V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"34-c23\" class=\"h-global-transition-all h-heading style-193 style-local-34-c23 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-193 style-local-34-c23\">\n <!---->\n <!---->\n <h4 class=\"\">Latest News</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c24\" class=\"h-x-container style-195 style-local-34-c24 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-34-c24-group style-195-spacing style-local-34-c24-spacing\"><span class=\"h-button__outer style-202-outer style-local-34-c25-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"34-c25\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-202 style-local-34-c25 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c26\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-324 style-local-34-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-325 style-local-34-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-326-outer style-local-34-c28-outer\">\n <div data-colibri-id=\"34-c28\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-326 style-local-34-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-327-outer style-local-34-c29-outer\">\n <div data-colibri-id=\"34-c29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-327 style-local-34-c29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c30\" class=\"h-global-transition-all h-heading style-328 style-local-34-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-328 style-local-34-c30\">\n <!---->\n <!---->\n <h5 class=\"\">CDC UIN FaS Bengkulu Goal\'s</h5>\n </div>\n </div>\n <div data-colibri-id=\"34-c31\" class=\"h-text h-text-component style-330 style-local-34-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"color: rgb(128, 128, 128); font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 400;\">Urgensi dibentuknya UPT pengembangan karier di perguruan tinggi adalah untuk menjembatani kebutuhan informasi dunia kerja yang diperlukan oleh PT dan juga untuk menjawab tantangan di dunia kerja. Dalam Buku Panduan Pengembangan Pusat Karir Perguruan Tinggi DIKTI disebutkan bahwa adanya pusat karir di PT adalah penting untuk menyiapkan lulusan sesuai dengan kompetensi yang diperlukan dunia kerja dengan pembangunan pendidikan Indonesia. Hal itulah yang menjadi dasar UIN Fatmawati Sukarno Bengkulu membentuk lembaga pusat karir dengan nama Career Development Center (CDC) yang memberikan layanan kepada lulusan untuk menambah keterampilan dan kompetensi yang dibutuhkan oleh dunia kerja. Hal ini dilakukan dalam upaya untuk menjawab tantangan di era 5.0 yang penuh dengan VUCA (Volality, Uncertainly, Complexcity, ambiguity) dan memenuhi komitmen global dalam mencapai sasaran Milenium Development Goals (MDGs), Education for All (EFA) dan Education for Sustainable Development (EfSD).</span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c32\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-268 style-local-34-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c58\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-285 style-local-34-c58 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-286-outer style-local-34-c59-outer\">\n <div data-colibri-id=\"34-c59\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-286 style-local-34-c59 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c60\" class=\"h-global-transition-all h-heading style-287 style-local-34-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-287 style-local-34-c60\">\n <!---->\n <!---->\n <h2 class=\"\">Our team</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c33\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-269 style-local-34-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c34-outer\">\n <div data-colibri-id=\"34-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c34 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c35\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c35 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-272-outer style-local-34-c36-outer\">\n <div data-colibri-id=\"34-c36\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-272 style-local-34-c36 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c37-outer\">\n <div data-colibri-id=\"34-c37\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c37 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c38\" class=\"d-block style-274 style-local-34-c38 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-cropped-arif-scaled-1.jpg\" class=\"wp-image-218 style-274-image style-local-34-c38-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c38-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c39\" class=\"h-global-transition-all h-heading style-275 style-local-34-c39 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c39\">\n <!---->\n <!---->\n <h4 class=\"\">M. Arif Rahman Hakim</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c40\" class=\"h-text h-text-component style-276 style-local-34-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Kepala UPT</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c41\" class=\"style-278 style-local-34-c41 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/m.arifrahmanhakim15\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c42-outer\">\n <div data-colibri-id=\"34-c42\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c42 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c43\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c43 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-279-outer style-local-34-c44-outer\">\n <div data-colibri-id=\"34-c44\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-279 style-local-34-c44 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c45-outer\">\n <div data-colibri-id=\"34-c45\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c46\" class=\"d-block style-274 style-local-34-c46 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-revol.jpg\" class=\"wp-image-203 style-274-image style-local-34-c46-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c46-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c47\" class=\"h-global-transition-all h-heading style-275 style-local-34-c47 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c47\">\n <!---->\n <!---->\n <h4 class=\"\">Yashori Revola</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c48\" class=\"h-text h-text-component style-276 style-local-34-c48 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf Sekretariat & Publikasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c49\" class=\"style-280 style-local-34-c49 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/profile.php?id=100000848843473\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-270-outer style-local-34-c50-outer\">\n <div data-colibri-id=\"34-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-270 style-local-34-c50 h-overflow-hidden position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c51\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-271 style-local-34-c51 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-281-outer style-local-34-c52-outer\">\n <div data-colibri-id=\"34-c52\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-281 style-local-34-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-273-outer style-local-34-c53-outer\">\n <div data-colibri-id=\"34-c53\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-3 v-inner-lg-2 v-inner-md-2 v-inner-3 style-273 style-local-34-c53 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c54\" class=\"d-block style-274 style-local-34-c54 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/cropped-yogi.jpg\" class=\"wp-image-101 style-274-image style-local-34-c54-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-274-frameImage style-local-34-c54-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c55\" class=\"h-global-transition-all h-heading style-275 style-local-34-c55 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-34-c55\">\n <!---->\n <!---->\n <h4 class=\"\">Yogi Kurniawan</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c56\" class=\"h-text h-text-component style-276 style-local-34-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Staf IT & Administrasi</p>\n </div>\n </div>\n <div data-colibri-id=\"34-c57\" class=\"style-282 style-local-34-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.facebook.com/Dyogikurniawan\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M867.188 1500v-685.547h228.516l35.156-266.602h-263.672v-169.922c0-76.172 20.508-128.906 131.836-128.906h140.625v-237.305c-23.438-5.859-108.398-11.719-205.078-11.719-205.078 0-342.773 123.047-342.773 351.563v196.289h-231.445v266.602h231.445v685.547z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c61\" id=\"numbers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-289 style-local-34-c61 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <div data-enabled=\"true\" data-colibri-component=\"parallax\" class=\"background-layer paraxify\" model-id=\"34-c61\" media=\"desktop\" is-preview=\"true\" style=\"background-image: url("https://cdc.uinfasbengkulu.ac.id/wp-content/uploads/2024/02/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg");\"></div>\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-290 style-local-34-c62 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-291-outer style-local-34-c63-outer\">\n <div data-colibri-id=\"34-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-291 style-local-34-c63 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c64\" class=\"h-global-transition-all h-heading style-292 style-local-34-c64 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c64\">\n <!---->\n <!---->\n <h4 class=\"\">230</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c65\" class=\"h-global-transition-all h-heading style-293 style-local-34-c65 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c65\">\n <!---->\n <!---->\n <h5 class=\"\">projects</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-294-outer style-local-34-c66-outer\">\n <div data-colibri-id=\"34-c66\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-294 style-local-34-c66 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c67\" class=\"h-global-transition-all h-heading style-292 style-local-34-c67 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c67\">\n <!---->\n <!---->\n <h4 class=\"\">75,340</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c68\" class=\"h-global-transition-all h-heading style-293 style-local-34-c68 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c68\">\n <!---->\n <!---->\n <h5 class=\"\">worked hours</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-295-outer style-local-34-c69-outer\">\n <div data-colibri-id=\"34-c69\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-295 style-local-34-c69 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c70\" class=\"h-global-transition-all h-heading style-292 style-local-34-c70 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-292 style-local-34-c70\">\n <!---->\n <!---->\n <h4 class=\"\">25</h4>\n </div>\n </div>\n <div data-colibri-id=\"34-c71\" class=\"h-global-transition-all h-heading style-293 style-local-34-c71 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-293 style-local-34-c71\">\n <!---->\n <!---->\n <h5 class=\"\">employees</h5>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"34-c72\" id=\"latest-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-296 style-local-34-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"34-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-312 style-local-34-c88 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-313-outer style-local-34-c89-outer\">\n <div data-colibri-id=\"34-c89\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-34-c89 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c90\" class=\"h-global-transition-all h-heading style-314 style-local-34-c90 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-314 style-local-34-c90\">\n <!---->\n <!---->\n <h2 class=\"\">Latest news</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"34-c73\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-297 style-local-34-c73 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-298-outer style-local-34-c74-outer\">\n <div data-colibri-id=\"34-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-298 style-local-34-c74 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-c75\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-299 style-local-34-c75 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-299-row style-local-34-c75-row\">\n <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-6%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-300-outer%20style-local-34-c76-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-c76%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-300%20style-local-34-c76%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-c77%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-301%20style-local-34-c77%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-c77-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c78%22%20class=%22h-row-container%20gutters-row-lg-2%20gutters-row-md-2%20gutters-row-2%20gutters-row-v-lg-2%20gutters-row-v-md-2%20gutters-row-v-2%20style-302%20style-local-34-c78%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-2%20gutters-col-md-2%20gutters-col-2%20gutters-col-v-lg-2%20gutters-col-v-md-2%20gutters-col-v-2%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-303-outer%20style-local-34-c79-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c79%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-2%20h-px-2%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-303%20style-local-34-c79%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c80%22%20class=%22h-blog-title%20style-304%20style-local-34-c80%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c81%22%20class=%22style-305%20style-local-34-c81%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2212%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-c82%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-306%20style-local-34-c82%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-307-outer%20style-local-34-c83-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c83%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-307%20style-local-34-c83%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-c84%22%20class=%22h-blog-meta%20style-308%20style-local-34-c84%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22user%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M240%20112c61.666%200%20112%2050.334%20112%20112%200%2038.54-19.698%2072.834-49.5%2093%2057.074%2024.477%2097.5%2081.1%2097.5%20147h-32c0-70.89-57.11-128-128-128s-128%2057.11-128%20128H80c0-65.9%2040.426-122.522%2097.5-147-29.802-20.166-49.5-54.46-49.5-93%200-61.666%2050.334-112%20112-112zm0%2032c-44.372%200-80%2035.628-80%2080s35.628%2080%2080%2080%2080-35.628%2080-80-35.628-80-80-80z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-309-outer%20style-local-34-c85-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-c85%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-309%20style-local-34-c85%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-c86%22%20class=%22h-x-container%20style-310%20style-local-34-c86%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-c86-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-311-outer%20style-local-34-c87-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-c87%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-311%20style-local-34-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more...%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','34-revision-v1','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',34,'https://cdc.uinfasbengkulu.ac.id/?p=295',0,'revision','',0),(296,1,'2024-02-28 06:36:46','2024-02-28 06:36:46','{\"name\":\"hop-header\",\"id\":\"6-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":6,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h5\",\"parentId\":\"6-h4\",\"partialId\":6,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"6-h4\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"6-h6\",\"index\":0,\"id\":\"6-h7\",\"partialId\":6,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"6-h6\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"6-h15\",\"parentId\":\"6-h14\",\"partialId\":6,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"6-h14\",\"parentId\":\"6-h13\",\"partialId\":6,\"styleRef\":13,\"type\":\"header\"}],\"id\":\"6-h13\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"6-h17\",\"parentId\":\"6-h16\",\"partialId\":6,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"6-h16\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"6-h12\",\"parentId\":\"6-h11\",\"partialId\":6,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"6-h11\",\"parentId\":\"6-h10\",\"partialId\":6,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"6-h10\",\"parentId\":\"6-h9\",\"partialId\":6,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"styleRef\":9,\"slot\":null,\"parentId\":\"6-h8\",\"index\":0,\"id\":\"6-h9\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h8\",\"parentId\":\"6-h3\",\"partialId\":6,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"6-h3\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h2\",\"partialId\":6,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"6-h20\",\"index\":0,\"id\":\"6-h21\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h20\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/facebook\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"socicon\\/youtube\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"6-h22\",\"index\":0,\"id\":\"6-h23\",\"partialId\":6,\"type\":\"header\"}],\"id\":\"6-h22\",\"parentId\":\"6-h19\",\"partialId\":6,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"6-h19\",\"parentId\":\"6-h18\",\"partialId\":6,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"6-h18\",\"parentId\":\"6-h2\",\"partialId\":6,\"styleRef\":18,\"type\":\"header\",\"slot\":\"topBar\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"<strong style=\\\"font-weight: 800;\\\">Career Development Center <\\/strong><strong style=\\\"font-weight: 800; color: rgb(251, 192, 45);\\\">(CDC)<\\/strong><br>UIN Fatmawati Sukarno <span style=\\\"color: rgb(251, 192, 45);\\\">Bengkulu<\\/span><br>\"},\"id\":\"6-h27\",\"parentId\":\"6-h26\",\"partialId\":6,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"6-h26\",\"parentId\":\"6-h25\",\"partialId\":6,\"styleRef\":26,\"type\":\"header\"}],\"id\":\"6-h25\",\"parentId\":\"6-h24\",\"partialId\":6,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"6-h1\",\"id\":\"6-h24\",\"partialId\":6,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','8-revision-v1','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',8,'https://cdc.uinfasbengkulu.ac.id/?p=296',0,'revision','',0),(297,1,'2024-02-28 06:36:46','2024-02-28 06:36:46','<div data-colibri-id=\"6-h1\" class=\"page-header style-1 style-local-6-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-6-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"6-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-6-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"6-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-6-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-6-h4-outer\">\n <div data-colibri-id=\"6-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-6-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-6-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-6-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-6-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-6-h6-outer h-hide-sm\">\n <div data-colibri-id=\"6-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-6-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h7\" class=\"style-7 style-local-6-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-6-h8-outer\">\n <div data-colibri-id=\"6-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-6-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-9 style-local-6-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"6-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-6-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-6-h10\" data-target-id=\"offcanvas-wrapper-6-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-6-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-6-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-6-h10-offscreen\">\n <div data-colibri-id=\"6-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-6-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-12 style-local-6-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-6-h14-outer\">\n <div data-colibri-id=\"6-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-6-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"6-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-6-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-14-text style-local-6-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"6-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-6-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"6-h16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-15 style-local-6-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-16-outer style-local-6-h17-outer\">\n <div data-colibri-id=\"6-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-6-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-6-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-6-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"6-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-6-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.45;\"></div>\n </div>\n </div>\n </div>\n <!---->\n <div class=\"h-separator\" style=\"height: 90px; bottom: calc(0px);\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <path class=\"svg-white-bg\" d=\"M737.9,94.7L0,0v100h1000V0L737.9,94.7z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"6-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-25 style-local-6-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-6-h26-outer\">\n <div data-colibri-id=\"6-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-2 v-inner-lg-3 v-inner-md-3 v-inner-2 style-26 style-local-6-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"6-h27\" class=\"h-global-transition-all h-heading style-27 style-local-6-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-27 style-local-6-h27\">\n <!---->\n <!---->\n <h2 class=\"\"><strong style=\"font-weight: 800;\">Career Development Center </strong><strong style=\"font-weight: 800; color: rgb(251, 192, 45);\">(CDC)</strong>\n <br>UIN Fatmawati Sukarno <span style=\"color: rgb(251, 192, 45);\"><span data-animation-duration=\"2\" data-type-animation=\"rotate-1\" data-colibri-component=\"fancy-title\"><span class=\"ah-headline rotate-1\"><span style=\"position: relative\" class=\"ah-words-wrapper\"><b class=\"is-visible\">Bengkulu</b><b>Bencoolen</b><b>Bangkahulu</b></span></span>\n </span>\n </span>\n </h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','6-revision-v1','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',6,'https://cdc.uinfasbengkulu.ac.id/?p=297',0,'revision','',0),(298,1,'2024-02-28 06:36:46','2024-02-28 06:36:46','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"13-f4\",\"index\":1,\"id\":\"13-f5\",\"partialId\":13,\"styleRef\":62,\"type\":\"footer\",\"props\":{\"template\":\"© {year} {site-name}. Created using WordPress and <a target=\\\"_blank\\\" href=\\\"https:\\/\\/colibriwp.com\\\">Colibri<\\/a>\"}}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":61,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":60,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":59,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":58}','','','inherit','closed','closed','','14-revision-v1','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',14,'https://cdc.uinfasbengkulu.ac.id/?p=298',0,'revision','',0),(299,1,'2024-02-28 06:36:46','2024-02-28 06:36:46','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-58 style-local-13-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-59 style-local-13-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"13-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-60 style-local-13-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-61-outer style-local-13-f4-outer\">\n <div data-colibri-id=\"13-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-61 style-local-13-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"13-f5\" class=\"style-62 style-local-13-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','inherit','closed','closed','','13-revision-v1','','','2024-02-28 06:36:46','2024-02-28 06:36:46','',13,'https://cdc.uinfasbengkulu.ac.id/?p=299',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(63,2,0),(279,2,0),(280,2,0),(281,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'menu1','menu1',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','revol'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(17,1,'wp_dashboard_quick_press_last_post_id','300'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"185.213.83.0\";}'),(19,1,'wp_user-settings','libraryContent=browse'),(20,1,'wp_user-settings-time','1708179246'),(21,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\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'nav_menu_recently_edited','2'),(24,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-02-25T01:18:13.134Z\";}'),(25,1,'session_tokens','a:1:{s:64:\"7dffc9eb42443eb24158ebacd4905e6cb3e0f5b71d7225f2e94984add7c79000\";a:4:{s:10:\"expiration\";i:1717582424;s:2:\"ip\";s:13:\"185.213.83.61\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:5:\"login\";i:1717409624;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'revol','$P$BsnKXxAxM4HDh6gT.jx2/mhLQZ9NXk/','revol','cdc@mail.uinfasbengkulu.ac.id','https://cdc.uinfasbengkulu.ac.id','2024-02-17 06:49:49','',0,'revol'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-07-09 16:58:03